mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
Added clarification to kick travis into working.
This commit is contained in:
@@ -277,7 +277,7 @@ var/global/list/damage_icon_parts = list() //see UpdateDamageIcon()
|
||||
icon_key += "3"
|
||||
else
|
||||
icon_key += "1"
|
||||
if(part.transparent) //VOREStation Edit. For better slime limbs.
|
||||
if(part.transparent) //VOREStation Edit. For better slime limbs. Avoids using solid var due to limb dropping.
|
||||
icon_key += "_t" //VOREStation Edit.
|
||||
|
||||
icon_key = "[icon_key][husk ? 1 : 0][fat ? 1 : 0][hulk ? 1 : 0][skeleton ? 1 : 0]"
|
||||
|
||||
Reference in New Issue
Block a user