mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
Merge pull request #9444 from Xhuis/cannonBuildFix
Fixes the pneumatic cannon recipe not working
This commit is contained in:
@@ -108,9 +108,7 @@
|
||||
/obj/item/weapon/wrench)
|
||||
reqs = list(/obj/item/stack/sheet/metal = 4,
|
||||
/obj/item/stack/packageWrap = 8,
|
||||
/obj/item/pipe = 2,
|
||||
/obj/machinery/atmospherics/binary/valve = 1,
|
||||
/obj/machinery/atmospherics/pipe/manifold = 1,)
|
||||
/obj/item/pipe = 2)
|
||||
time = 300
|
||||
|
||||
/obj/item/weapon/pneumatic_cannon/proc/updateTank(var/obj/item/weapon/tank/internals/thetank, var/removing = 0, var/mob/living/carbon/human/user)
|
||||
|
||||
Reference in New Issue
Block a user