Fixes eyes blindness a little.

This commit is contained in:
Ghommie
2019-12-06 00:10:50 +01:00
parent 8a6b9ac7e0
commit 238655d599
15 changed files with 51 additions and 91 deletions
@@ -63,7 +63,9 @@
to_chat(user, "<B>Your wish is 'granted', but at a terrible cost...</B>")
to_chat(user, "The Wish Granter punishes you for your selfishness, claiming your soul and warping your eyes to match the darkness in your heart.")
user.dna.add_mutation(BLINDMUT)
user.adjust_eye_damage(100)
var/obj/item/organ/eyes/eyes = user.getorganslot(ORGAN_SLOT_EYES)
if(eyes)
eyes.applyOrganDamage(eyes.maxHealth)
var/list/destinations = list()
for(var/obj/item/beacon/B in GLOB.teleportbeacons)
var/turf/T = get_turf(B)