cannon recipe fix (#61014)

Cannons now accept all oxygen tanks, not just red ones
This commit is contained in:
tralezab
2021-08-31 12:28:20 +01:00
committed by GitHub
parent f7f7937271
commit eeea95e65a
+1 -1
View File
@@ -551,7 +551,7 @@
result = /obj/structure/cannon/trash
reqs = list(
/obj/item/melee/skateboard/improvised = 1,
/obj/item/tank/internals/oxygen/red = 1,
/obj/item/tank/internals/oxygen = 1,
/datum/reagent/drug/maint/tar = 15,
/obj/item/restraints/handcuffs/cable = 1,
/obj/item/storage/toolbox = 1,