Fixes suppressing weapons in your bag / pocket (#30894)

* Fixes suppressing in pocked and w_class issues

* Used defines for some things

* Reworded

* Removed the now redundant initial_w_class var

* Early returns

* Null
This commit is contained in:
ShizCalev
2017-09-26 05:19:00 -04:00
committed by CitadelStationBot
parent 26f0af19e0
commit b79dd78089
12 changed files with 58 additions and 60 deletions
+3 -3
View File
@@ -21,9 +21,9 @@
attack_verb = list("struck", "hit", "bashed")
var/fire_sound = "gunshot"
var/suppressed = 0 //whether or not a message is displayed when fired
var/can_suppress = 0
var/can_unsuppress = 1
var/suppressed = null //whether or not a message is displayed when fired
var/can_suppress = FALSE
var/can_unsuppress = TRUE
var/recoil = 0 //boom boom shake the room
var/clumsy_check = 1
var/obj/item/ammo_casing/chambered = null