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
+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