mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-15 00:53:23 +01:00
Fixes eyeless people runtiming when welding
How can eye damage be real if their eyes aren't real?
This commit is contained in:
@@ -372,6 +372,8 @@
|
||||
var/obj/item/organ/eyes/E = H.internal_organs_by_name["eyes"]
|
||||
if(H.species.flags & IS_SYNTHETIC)
|
||||
return
|
||||
if(!E) // No eyes? No problem!
|
||||
return
|
||||
switch(safety)
|
||||
if(1)
|
||||
usr << "\red Your eyes sting a little."
|
||||
|
||||
Reference in New Issue
Block a user