You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to_chat(user, result.create_tooltip("You burn yourself while lighting the lighter!"))
852
+
to_chat(user, result.create_tooltip("Your eagerness to ignite [src] in a stylish fashion has shrouded your care. Your finger is bathed in the flame for a brief moment."))
849
853
if(SUCCESS, CRIT_SUCCESS)
850
854
to_chat(user, result.create_tooltip("After a few attempts, you manage to light [src]."))
851
855
user.visible_message(span_notice("After a few attempts, [user] manages to light [src]."))
// Only emit the cheerful scanner message if this scan came from a scanner
342
-
to_chat(user, span_notice("[scanner] makes a happy ping and briefly displays a smiley face with several exclamation points! It's really excited to report that [patient] has no wounds!"))
343
-
else
344
-
to_chat(user, "<span class='notice ml-1'>No wounds detected in subject.</span>")
345
-
else
346
-
to_chat(user, jointext(data_string_list, ""), type =MESSAGE_TYPE_INFO)
to_chat(user, jointext(data, "<br>"), type =MESSAGE_TYPE_INFO)
375
337
376
-
/obj/item/healthanalyzer/wound
377
-
name ="first aid analyzer"
378
-
icon_state ="adv_spectrometer"
379
-
desc ="A prototype MeLo-Tech medical scanner used to diagnose injuries and recommend treatment for serious wounds, but offers no further insight into the patient's health. You hope the final version is less annoying to read!"
var/list/encouragements=list("briefly displays a happy face, gazing emptily at you", "briefly displays a spinning cartoon heart", "displays an encouraging message about eating healthy and exercising", \
387
-
"reminds you that everyone is doing their best", "displays a message wishing you well", "displays a sincere thank-you for your interest in first-aid", "formally absolves you of all your sins")
388
-
to_chat(user, span_notice("\The[src] makes a happy ping and [pick(encouragements)]!"))
389
-
next_encouragement =world.time +10SECONDS
390
-
greedy =FALSE
391
-
elseif(!greedy)
392
-
to_chat(user, span_warning("\The[src] displays an eerily high-definition frowny face, chastizing you for asking it for too much encouragement."))
0 commit comments