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:
SamCroswell
2015-03-13 20:42:54 -04:00
parent addfbe449e
commit 62ae69c816
36 changed files with 764 additions and 414 deletions
@@ -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]")