mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 20:20:33 +01:00
cannon recipe fix (#61014)
Cannons now accept all oxygen tanks, not just red ones
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user