Update gun.dm

This commit is contained in:
silicons
2020-07-23 18:48:21 -07:00
parent 0b4185e26f
commit f47a7449e3

View File

@@ -28,6 +28,13 @@
trigger_guard = TRIGGER_GUARD_NORMAL //trigger guard on the weapon, hulks can't fire them with their big meaty fingers
var/sawn_desc = null //description change if weapon is sawn-off
var/sawn_off = FALSE
/// can we be put into a turret
var/can_turret = TRUE
/// can we be put in a circuit
var/can_circuit = TRUE
/// can we be put in an emitter
var/can_emitter = TRUE
/// Weapon is burst fire if this is above 1
var/burst_size = 1