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:
committed by
CitadelStationBot
parent
26f0af19e0
commit
b79dd78089
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user