LINDA Pressure Changes

This commit is contained in:
Fox-McCloud
2015-07-11 06:28:03 -04:00
parent d46aa69852
commit 99bf49504a
11 changed files with 9 additions and 11 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
var/w_class = 3.0
var/slot_flags = 0 //This is used to determine on which slots an item can fit.
pass_flags = PASSTABLE
pressure_resistance = 5
pressure_resistance = 3
// causeerrorheresoifixthis
var/obj/item/master = null
+1
View File
@@ -1,5 +1,6 @@
/obj/structure
icon = 'icons/obj/structures.dmi'
pressure_resistance = 8
var/climbable
var/mob/climber
+1 -2
View File
@@ -4,7 +4,6 @@
icon = 'icons/obj/janitor.dmi'
icon_state = "mopbucket"
density = 1
pressure_resistance = 5
flags = OPENCONTAINER
var/amount_per_transfer_from_this = 5 //shit I dunno, adding this so syringes stop runtime erroring. --NeoFite
@@ -12,7 +11,7 @@
var/datum/reagents/R = new/datum/reagents(100)
reagents = R
R.my_atom = src
/obj/structure/mopbucket/full/New()
..()
reagents.add_reagent("water", 100)
@@ -4,7 +4,6 @@
icon = 'icons/obj/objects.dmi'
icon_state = "stool"
anchored = 1.0
pressure_resistance = 15
/obj/structure/stool/ex_act(severity)
switch(severity)