Removes unused pressure_resistance variable.

This is used with FEA not ZAS

Though it's kind of funny to look at what some of these values were set at.
(For reference: ONE_ATMOSPHERE = 101.325)
This commit is contained in:
Ccomp5950
2016-02-03 18:17:52 -05:00
parent 88b981ddc0
commit bd60099a7e
19 changed files with 3 additions and 25 deletions
-1
View File
@@ -14,7 +14,6 @@
var/slot_flags = 0 //This is used to determine on which slots an item can fit.
var/no_attack_log = 0 //If it's an item we don't want to log attack_logs with, set this to 1
pass_flags = PASSTABLE
pressure_resistance = 5
// causeerrorheresoifixthis
var/obj/item/master = null