mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +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)
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 29 KiB |
Reference in New Issue
Block a user