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 -2
View File
@@ -9,7 +9,6 @@
throw_range = 2
throw_speed = 1
layer = 4
pressure_resistance = 1
attack_verb = list("bapped")
var/page = 1 // current page
var/list/pages = list() // Ordered list of pages as they are to be displayed. Can be different order than src.contents.
@@ -240,4 +239,4 @@
if(photo)
desc += "\nThere is a photo attached to it."
overlays += image('icons/obj/bureaucracy.dmi', "clip")
return
return