Tweaks hypnoquirk as the discord seems to really want it.

This commit is contained in:
Thalpy
2019-06-16 20:24:36 +01:00
parent 4614235f75
commit fb70b97d5b
3 changed files with 28 additions and 7 deletions
+1 -1
View File
@@ -348,6 +348,6 @@
to_chat(H, "<span class='notice'><i>That object accidentally sets off your implanted trigger, sending you into a hypnotic daze!</i></span>")
else
to_chat(H, "<span class='notice'><i>[pick(seen)] accidentally sets off your implanted trigger, sending you into a hypnotic daze!</i></span>")
H.apply_status_effect(/datum/status_effect/trance, 200, TRUE)
H.apply_status_effect(/datum/status_effect/trance, 200, TRUE, FALSE)
qdel(src)
*/