mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 03:27:46 +01:00
Update organ_icon.dm
This commit is contained in:
@@ -95,8 +95,6 @@ var/global/list/limb_icon_cache = list()
|
||||
icon = mob_icon
|
||||
return mob_icon
|
||||
|
||||
to_world("override fail")
|
||||
|
||||
var/gender = "m"
|
||||
if(owner && owner.gender == FEMALE)
|
||||
gender = "f"
|
||||
|
||||
Reference in New Issue
Block a user