Moves the 5 pressure resistance to the base type.

This commit is contained in:
Firecage
2015-05-30 23:33:44 +02:00
parent 3cd212502f
commit bba300933a
4 changed files with 1 additions and 4 deletions
-1
View File
@@ -165,7 +165,6 @@
icon_state = "pussywagon"
anchored = 0
density = 1
pressure_resistance = 5
var/obj/item/weapon/storage/bag/trash/mybag = null
var/callme = "pimpin' ride" //how do people refer to it?
var/move_delay = 0
@@ -59,7 +59,6 @@
icon = 'icons/obj/rollerbed.dmi'
icon_state = "down"
anchored = 0
pressure_resistance = 5
/obj/structure/stool/bed/roller/post_buckle_mob(mob/living/M)
if(M == buckled_mob)
@@ -127,7 +127,6 @@
/obj/structure/stool/bed/chair/office
anchored = 0
pressure_resistance = 5
/obj/structure/stool/bed/chair/office/light
icon_state = "officechair_white"
@@ -4,7 +4,7 @@
icon = 'icons/obj/objects.dmi'
icon_state = "stool"
anchored = 1.0
pressure_resistance = 15
pressure_resistance = 5
/obj/structure/stool/ex_act(severity, target)
switch(severity)