Merge pull request #12883 from Citadel-Station-13/silicons-patch-49

beam rifles are now practical in emitters
This commit is contained in:
Lin
2020-07-28 22:05:39 -05:00
committed by GitHub
5 changed files with 22 additions and 4 deletions
+7
View File
@@ -29,6 +29,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