Updating to fit with Cheri's sprite pull.

Fixes not being able to store the mop when the cart and mop are dry.
This commit is contained in:
Pete Goodfellow
2013-03-30 17:50:25 +00:00
parent 2f57e16541
commit 66b2caeeb8
3 changed files with 4 additions and 3 deletions
@@ -28,7 +28,7 @@
/obj/item/weapon/storage/bag/trash
name = "trash bag"
desc = "It's the heavy-duty black polymer kind. Time to take out the trash!"
icon = 'icons/obj/trash.dmi'
icon = 'icons/obj/janitor.dmi'
icon_state = "trashbag0"
item_state = "trashbag"
+3 -2
View File
@@ -45,7 +45,8 @@
reagents.trans_to(I, 5) //
user << "<span class='notice'>You wet [I] in [src].</span>"
playsound(loc, 'sound/effects/slosh.ogg', 25, 1)
else if(!mymop)
return
if(!mymop)
user.drop_item()
mymop = I
I.loc = src
@@ -154,7 +155,7 @@
if(myreplacer)
overlays += "cart_replacer"
if(signs)
overlays += "cart_signs[signs]"
overlays += "cart_sign[signs]"
//old style retardo-cart
Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB