mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 11:35:19 +01:00
Removes other to_world message
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
|
||||
|
||||
Reference in New Issue
Block a user