mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 14:00:18 +01:00
Mech Weapon Safeties (#9317)
Mech Weaponry no longer have safeties, and can be used as normal.
This commit is contained in:
@@ -88,6 +88,10 @@
|
||||
if(!icon_state)
|
||||
icon = holding.icon
|
||||
icon_state = holding.icon_state
|
||||
if(istype(holding, /obj/item/gun))
|
||||
var/obj/item/gun/G = holding
|
||||
G.has_safety = FALSE
|
||||
G.safety_state = FALSE
|
||||
desc = "[holding.desc] This one is suitable for installation on an exosuit."
|
||||
|
||||
/obj/item/mecha_equipment/mounted_system/Destroy()
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: Geeves
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "Mech Weaponry no longer have safeties, and can be used as normal."
|
||||
Reference in New Issue
Block a user