Add new light replacer icons for janibelt and janitorial cart. (#31636)

* Add new light replacer icons for janibelt and janitorial cart.

* Restore abductor crowbar belt sprite.
This commit is contained in:
Alan
2026-02-13 16:15:22 +00:00
committed by GitHub
parent 57083e06ec
commit 9007b47eae
4 changed files with 8 additions and 1 deletions
+6 -1
View File
@@ -269,7 +269,12 @@
if(my_spray)
. += "cart_spray"
if(my_replacer)
. += "cart_replacer"
if(my_replacer.emagged)
. += "cart_replacer_red"
else if(istype(my_replacer, /obj/item/lightreplacer/bluespace))
. += "cart_replacer_blue"
else
. += "cart_replacer"
if(signs)
. += "cart_sign[signs]"
if(reagents.total_volume > 0)