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
+1 -1
View File
@@ -13,7 +13,7 @@
resistance_flags = LAVA_PROOF | FIRE_PROOF | UNACIDABLE | ACID_PROOF
var/def_zone = "" //Aiming at
var/mob/firer = null//Who shot it
var/suppressed = 0 //Attack message
var/suppressed = FALSE //Attack message
var/yo = null
var/xo = null
var/current = null