mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
things
and stuff...gonna need to get to those merge conflicts eventually. also purged all mention of internal_organs by name from the face of the earth. we have get_int_organ now...i may need to tweak shit. oh and i broke some things...
This commit is contained in:
@@ -427,7 +427,7 @@
|
||||
"\red You stab yourself in the eyes with [src]!" \
|
||||
)
|
||||
if(istype(H))
|
||||
var/obj/item/organ/internal/eyes/eyes = H.internal_organs_by_name["eyes"]
|
||||
var/obj/item/organ/internal/eyes/eyes = H.get_int_organ(/obj/item/organ/internal/eyes)
|
||||
if(!eyes)
|
||||
return
|
||||
eyes.take_damage(rand(3,4), 1)
|
||||
|
||||
Reference in New Issue
Block a user