mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-17 19:14:15 +01:00
Adds the trash bag of holding icon to the janicart (#63762)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user