mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Fixes humans not having any eyes (#58339)
This commit is contained in:
@@ -655,7 +655,7 @@ GLOBAL_LIST_EMPTY(roundstart_races)
|
||||
if(!(NOEYESPRITES in species_traits))
|
||||
var/obj/item/organ/eyes/eye_organ = species_human.getorganslot(ORGAN_SLOT_EYES)
|
||||
var/mutable_appearance/no_eyeslay
|
||||
var/list/eye_overlays
|
||||
var/list/eye_overlays = list()
|
||||
var/obscured = species_human.check_obscured_slots(TRUE) //eyes that shine in the dark shouldn't show when you have glasses
|
||||
var/add_pixel_x = 0
|
||||
var/add_pixel_y = 0
|
||||
|
||||
Reference in New Issue
Block a user