mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 13:30:42 +01:00
KA Leftovers Fix (#10165)
KAs no longer leave behind phantom projectiles that injure people.
KAs no longer recursively destroy rocks when one breaks, but still retain AoE effects.
KAs now have at least one tile of AoE on all modules.
Also fixes a runtime with pin attackby.
This commit is contained in:
@@ -862,7 +862,7 @@
|
||||
update_icon()
|
||||
return
|
||||
|
||||
if(pin?.attackby(I, user)) //Allows users to use their ID on a gun with a wireless-control firing pin to register their identity.
|
||||
if(istype(pin) && pin.attackby(I, user)) //Allows users to use their ID on a gun with a wireless-control firing pin to register their identity.
|
||||
return
|
||||
|
||||
if(istype(I, /obj/item/ammo_display))
|
||||
|
||||
Reference in New Issue
Block a user