mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-15 18:14:22 +01:00
allgunsnowburnright
This commit is contained in:
@@ -503,3 +503,12 @@ obj/item/weapon/gun/proc/newshot()
|
||||
if(zoomable)
|
||||
azoom = new()
|
||||
azoom.gun = src
|
||||
|
||||
|
||||
/obj/item/weapon/gun/burn()
|
||||
if(pin)
|
||||
qdel(pin)
|
||||
if(power_supply)
|
||||
qdel(power_supply)
|
||||
SSobj.burning -= src
|
||||
qdel(src)
|
||||
|
||||
Reference in New Issue
Block a user