Permanent brain exposure fix

A fix too the permanent brain exposure glitch, now brain exposure can be
fixed by setting the skull
This commit is contained in:
Bram961
2014-06-26 12:13:01 +02:00
parent 0210182cb2
commit 32db2665a4
3 changed files with 11 additions and 2 deletions
+1
View File
@@ -97,6 +97,7 @@
user.visible_message("\blue [user] sets [target]'s skull with \the [tool]." , \
"\blue You set [target]'s skull with \the [tool].")
affected.stage = 2
target.unexpose_brain()
fail_step(mob/living/user, mob/living/carbon/human/target, target_zone, obj/item/tool)
var/datum/organ/external/affected = target.get_organ(target_zone)