mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 03:27:46 +01:00
Sideports a couple of init unit tests from Neb.
This commit is contained in:
@@ -307,7 +307,7 @@
|
||||
projectile_type = /obj/item/projectile/bullet/rifle/a145
|
||||
|
||||
/obj/item/ammo_casing/a145/spent/Initialize()
|
||||
..()
|
||||
. = ..()
|
||||
expend()
|
||||
|
||||
/*
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
setup_repair_needs()
|
||||
|
||||
/obj/item/weapon/broken_gun/Initialize()
|
||||
..()
|
||||
. = ..()
|
||||
spawn(30 SECONDS)
|
||||
if(!my_guntype && !QDELETED(src))
|
||||
qdel(src)
|
||||
|
||||
Reference in New Issue
Block a user