mirror of
https://github.com/Aurorastation/Aurora-Old.git
synced 2026-08-31 08:36:32 +01:00
Runtimes
Flashing mobs without eyes caused errors
This commit is contained in:
@@ -112,6 +112,8 @@
|
||||
severity = min(max(severity, 0), 4)
|
||||
var/mob/living/carbon/human/H = C
|
||||
var/datum/organ/internal/eyes/E = H.internal_organs_by_name["eyes"]
|
||||
if(!E)
|
||||
return
|
||||
|
||||
switch(severity)
|
||||
if(0)
|
||||
|
||||
Reference in New Issue
Block a user