mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Fixes firing_pin not qdeling.
This commit is contained in:
@@ -210,3 +210,9 @@
|
|||||||
icon_state = "firing_pin_blue"
|
icon_state = "firing_pin_blue"
|
||||||
suit_requirement = /obj/item/clothing/suit/bluetag
|
suit_requirement = /obj/item/clothing/suit/bluetag
|
||||||
tagcolor = "blue"
|
tagcolor = "blue"
|
||||||
|
|
||||||
|
|
||||||
|
/obj/item/device/firing_pin/Destroy()
|
||||||
|
if(gun)
|
||||||
|
gun.pin = null
|
||||||
|
return ..()
|
||||||
Reference in New Issue
Block a user