Convert guns to initialize (#3266)

changes:

Converts guns to initialize.
Converts lift control panels to initialize.
Swaps out a spawn in droppods for addtimer.
Fixes a bug where already-opened pod doors would still attempt to prime if hit.
This commit is contained in:
Lohikar
2017-08-11 14:57:12 -05:00
committed by Erki
parent 1ed2f3c556
commit e7e30d3ab5
12 changed files with 32 additions and 35 deletions

View File

@@ -175,8 +175,8 @@
var/use_launcher = 0
var/obj/item/weapon/gun/launcher/grenade/underslung/launcher
/obj/item/weapon/gun/projectile/automatic/rifle/z8/New()
..()
/obj/item/weapon/gun/projectile/automatic/rifle/z8/Initialize()
. = ..()
launcher = new(src)
/obj/item/weapon/gun/projectile/automatic/rifle/z8/attackby(obj/item/I, mob/user)