mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 20:17:15 +01:00
Merge pull request #14343 from BonniePandora/override-fail-fix
Potential "override fail" fix
This commit is contained in:
@@ -84,7 +84,6 @@ var/global/list/limb_icon_cache = list()
|
||||
for(var/M in markings)
|
||||
var/datum/sprite_accessory/marking/mark = markings[M]["datum"]
|
||||
if(mark.organ_override)
|
||||
to_world("override success")
|
||||
var/icon/mark_s = new/icon("icon" = mark.icon, "icon_state" = "[mark.icon_state]-[organ_tag]")
|
||||
mob_icon = new /icon("icon" = mark.icon, "icon_state" = "blank")
|
||||
mark_s.Blend(markings[M]["color"], mark.color_blend_mode) // VOREStation edit
|
||||
@@ -95,8 +94,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