Merge pull request #13045 from silicons/coggers

ports bronze (fake clockwork) airlocks and windows
This commit is contained in:
Lin
2020-08-16 20:20:03 -05:00
committed by GitHub
15 changed files with 84 additions and 31 deletions
@@ -883,7 +883,7 @@
if(istype(O, /obj/item/stack/sheet/metal))
var/obj/item/stack/sheet/metal/M = O
reac_volume = min(reac_volume, M.amount)
new/obj/item/stack/tile/bronze(get_turf(M), reac_volume)
new/obj/item/stack/sheet/bronze(get_turf(M), reac_volume)
M.use(reac_volume)
/datum/reagent/nitrogen