mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Enable overriding of the underwear icon file.
This commit is contained in:
@@ -67,7 +67,7 @@ datum/category_group/underwear/dd_SortValue()
|
||||
if(!icon_state)
|
||||
return
|
||||
|
||||
var/image/I = image(icon = 'icons/mob/human.dmi', icon_state = icon_state)
|
||||
var/image/I = image(icon = icon, icon_state = icon_state)
|
||||
for(var/datum/gear_tweak/gt in tweaks)
|
||||
gt.tweak_item(I, metadata && metadata["[gt]"] ? metadata["[gt]"] : gt.get_default())
|
||||
return I
|
||||
Reference in New Issue
Block a user