Removes other to_world message

This commit is contained in:
Pandora
2023-01-16 06:54:13 +00:00
committed by GitHub
parent 309d04c934
commit 5f716da615
-1
View File
@@ -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