mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 22:18:27 +01:00
Merge pull request #6664 from PrismaticGynoid/loadouttoys
Adds some toys to the loadout
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user