mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-15 00:53:23 +01:00
Ninja File Structure Rework
Restructures the ninja files into a more spaced-out version, compliments of /TG/. The energy katana is also their handiwork. Add an emag act to crates and lockers instead of handling everything in attackby.
This commit is contained in:
@@ -797,6 +797,7 @@ proc/get_damage_icon_part(damage_state, body_part)
|
||||
if(!t_state) t_state = belt.icon_state
|
||||
|
||||
if(belt.icon_override)
|
||||
t_state = "[t_state]_be"
|
||||
overlays_standing[BELT_LAYER] = image("icon" = belt.icon_override, "icon_state" = "[t_state]")
|
||||
else if(belt.sprite_sheets && belt.sprite_sheets[species.name])
|
||||
overlays_standing[BELT_LAYER] = image("icon" = belt.sprite_sheets[species.name], "icon_state" = "[t_state]")
|
||||
|
||||
Reference in New Issue
Block a user