Adds some toys to the loadout

Adds a few toys, including action figures, to the loadout. Also fixes water flowers being unrefillable.
This commit is contained in:
PrismaticGynoid
2020-01-23 11:46:25 -08:00
parent af635d0978
commit f8ffd25caf
3 changed files with 37 additions and 1 deletions

View File

@@ -399,7 +399,7 @@
return
else if (istype(A, /obj/structure/reagent_dispensers/watertank) && get_dist(src,A) <= 1)
A.reagents.trans_to(src, 10)
A.reagents.trans_to_obj(src, 10)
user << "<span class='notice'>You refill your flower!</span>"
return