mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-03 22:12:38 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user