Better fix

This commit is contained in:
variableundefined
2018-10-24 06:53:31 +08:00
parent b07dab729c
commit 9de64fa8c7
+3 -1
View File
@@ -13,7 +13,9 @@
var/lastrigger = "" // The last person to rig this fuel tank - Stored with the object. Only the last person matter for investigation
/obj/structure/reagent_dispensers/attackby(obj/item/I, mob/user, params)
return FALSE
if(I.is_refillable())
return FALSE //so we can refill them via their afterattack.
. = ..()
/obj/structure/reagent_dispensers/New()
create_reagents(tank_volume)