Tidying code.

This commit is contained in:
Fermi
2019-05-29 02:33:15 +01:00
parent c1544ffe46
commit 336ba8dbad
7 changed files with 50 additions and 129 deletions
+1 -1
View File
@@ -157,7 +157,7 @@
gain_text = "<span class='notice'>You feel HONGRY.</span>"
lose_text = "<span class='danger'>You no longer feel HONGRY.</span>"
/datum/quirk/trandening //What does trandening mean?
/datum/quirk/trandening
name = "High Luminosity Eyes"
desc = "When the next big fancy implant came out you had to buy one on impluse!"
value = 1
-1
View File
@@ -348,5 +348,4 @@
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)
message_admins("Trance applied")
qdel(src)