Merge pull request #6664 from PrismaticGynoid/loadouttoys

Adds some toys to the loadout
This commit is contained in:
Atermonera
2020-02-03 20:50:45 -05:00
committed by VirgoBot
parent 132187b089
commit 1f227a9b55
3 changed files with 37 additions and 1 deletions
+1 -1
View File
@@ -405,7 +405,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