mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
Updated SSgarbage (#18173)
* pain * sadfas * sdfa * sdfasf * sfa * sdf * might the lord have mercy on our soul * i cri everidai * adeste fideles * sdf * where will this lead, what's coming next, from your inventions * dear lord * gjvhk * i cri everidai * fsgf * sdfa * sdaf * hiuhi
This commit is contained in:
@@ -133,7 +133,7 @@
|
||||
update_icon()
|
||||
|
||||
/obj/item/ammo_magazine/Destroy()
|
||||
QDEL_NULL_LIST(stored_ammo)
|
||||
QDEL_LIST(stored_ammo)
|
||||
. = ..()
|
||||
|
||||
/obj/item/ammo_magazine/attackby(obj/item/W as obj, mob/user as mob)
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
/obj/item/gun/projectile/Destroy()
|
||||
chambered = null
|
||||
QDEL_NULL(ammo_magazine)
|
||||
QDEL_NULL_LIST(loaded)
|
||||
QDEL_LIST(loaded)
|
||||
. = ..()
|
||||
|
||||
/obj/item/gun/projectile/update_icon()
|
||||
|
||||
@@ -371,6 +371,11 @@
|
||||
. = ..()
|
||||
launcher = new(src)
|
||||
|
||||
/obj/item/gun/projectile/automatic/rifle/z8/Destroy()
|
||||
QDEL_NULL(launcher)
|
||||
|
||||
. = ..()
|
||||
|
||||
/obj/item/gun/projectile/automatic/rifle/z8/attackby(obj/item/I, mob/user)
|
||||
if((istype(I, /obj/item/grenade)))
|
||||
launcher.load(I, user)
|
||||
|
||||
@@ -191,6 +191,12 @@
|
||||
for(var/i in 1 to secondary_max_shells)
|
||||
secondary_loaded += new secondary_ammo_type(src)
|
||||
|
||||
/obj/item/gun/projectile/revolver/lemat/Destroy()
|
||||
QDEL_LIST(secondary_loaded)
|
||||
QDEL_LIST(tertiary_loaded)
|
||||
|
||||
. = ..()
|
||||
|
||||
/obj/item/gun/projectile/revolver/lemat/unique_action(mob/living/user)
|
||||
to_chat(user, "<span class='notice'>You change the firing mode on \the [src].</span>")
|
||||
if(!flipped_firing)
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
qdel(aiming)
|
||||
aiming = null
|
||||
|
||||
QDEL_NULL_LIST(aimed_at_by)
|
||||
QDEL_LIST(aimed_at_by)
|
||||
|
||||
if(vr_mob)
|
||||
vr_mob = null
|
||||
|
||||
Reference in New Issue
Block a user