Adds the trash bag of holding icon to the janicart (#63762)

This commit is contained in:
JenqaDev
2022-01-03 10:17:45 +00:00
committed by GitHub
parent 051b2c38ce
commit 13e77fd6dd
2 changed files with 4 additions and 1 deletions
+4 -1
View File
@@ -177,7 +177,10 @@
/obj/structure/janitorialcart/update_overlays()
. = ..()
if(mybag)
. += "cart_garbage"
if(istype(mybag, /obj/item/storage/bag/trash/bluespace))
. += "cart_bluespace_garbage"
else
. += "cart_garbage"
if(mymop)
. += "cart_mop"
if(mybroom)