Improved Tempest ambulance sprites to better represent ambulance.

This commit is contained in:
Heroman3003
2019-02-05 06:25:31 +10:00
parent f88452d2c9
commit 239a222a7f
2 changed files with 2 additions and 6 deletions
@@ -624,8 +624,8 @@
ambulance = !(ambulance)
if(ambulance)
processing_objects.Add(src)
item_state = "tempestsaddlebag-red"
icon_state = "tempestbag-red"
item_state = "tempestsaddlebag-amb"
icon_state = "tempestbag-amb"
if (ismob(src.loc))
var/mob/M = src.loc
M.update_inv_back()
@@ -648,13 +648,9 @@
return
if(world.time - ambulance_last_switch > 15)
ambulance_state = !(ambulance_state)
var/newcolor = "red"
var/newlight = "#FF0000"
if(ambulance_state)
newcolor = "blue"
newlight = "#0000FF"
item_state = "tempestsaddlebag-[newcolor]"
icon_state = "tempestbag-[newcolor]"
if (ismob(src.loc))
var/mob/M = src.loc
M.update_inv_back()