Merge pull request #2798 from Rykka-Stormheart/shep-dev-compile-errors

Misc DMLang/VSCode Compiler Fixes + Some Actual Compiler Fixes
This commit is contained in:
Razgriz
2021-09-17 03:15:52 -07:00
committed by GitHub
56 changed files with 719 additions and 715 deletions
@@ -31,7 +31,7 @@
..()
var/obj/item/stack/material/lead/M = I
if(istype(M))
if(M.amount>5)
if(M.get_amount() > 5)
to_chat(user,"<span class='notice'>You add a lead shell to the blitz rod.</span>")
qdel(src)
var/obj/item/weapon/fuel_assembly/blitz/shielded/rod = new(get_turf(user))