mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
Fuck (#5548)
This commit is contained in:
@@ -164,7 +164,7 @@
|
||||
//Vision
|
||||
var/obj/item/organ/vision
|
||||
if(species.vision_organ)
|
||||
vision = organs_by_name[species.vision_organ]
|
||||
vision = internal_organs_by_name[species.vision_organ] || organs_by_name[species.vision_organ]
|
||||
|
||||
if (!vision)
|
||||
if (species.vision_organ) // if they should have eyes but don't, they can't see
|
||||
|
||||
Reference in New Issue
Block a user