[MIRROR] Various grammar fixes (#2842)

* Various grammar fixes

* Update mecha_parts.dm

* Update crates.dm

* Update ghost_role_spawners.dm

* Update paper_premade.dm

* Update oldstation.dm
This commit is contained in:
CitadelStationBot
2017-09-17 22:35:51 -05:00
committed by Poojawa
parent b13f090fe9
commit 4dd0dc9d66
30 changed files with 595 additions and 595 deletions
@@ -114,7 +114,7 @@
var/obj/item/minigunpack/ammo_pack
/obj/item/gun/ballistic/minigun/Initialize()
if(istype(loc, /obj/item/minigunpack)) //We should spawn inside a ammo pack so let's use that one.
if(istype(loc, /obj/item/minigunpack)) //We should spawn inside an ammo pack so let's use that one.
ammo_pack = loc
else
return INITIALIZE_HINT_QDEL //No pack, no gun