Merge pull request #10400 from chefferz/chefferz-toiletshuttle
Gives ability to buckle yourself to a toilet
This commit is contained in:
@@ -5,6 +5,8 @@
|
|||||||
icon_state = "toilet00"
|
icon_state = "toilet00"
|
||||||
density = FALSE
|
density = FALSE
|
||||||
anchored = TRUE
|
anchored = TRUE
|
||||||
|
can_buckle = TRUE
|
||||||
|
buckle_lying = 0
|
||||||
var/open = FALSE //if the lid is up
|
var/open = FALSE //if the lid is up
|
||||||
var/cistern = 0 //if the cistern bit is open
|
var/cistern = 0 //if the cistern bit is open
|
||||||
var/w_items = 0 //the combined w_class of all the items in the cistern
|
var/w_items = 0 //the combined w_class of all the items in the cistern
|
||||||
@@ -682,4 +684,4 @@
|
|||||||
else
|
else
|
||||||
playsound(loc, 'sound/weapons/tap.ogg', 50, 1)
|
playsound(loc, 'sound/weapons/tap.ogg', 50, 1)
|
||||||
if(BURN)
|
if(BURN)
|
||||||
playsound(loc, 'sound/items/welder.ogg', 80, 1)
|
playsound(loc, 'sound/items/welder.ogg', 80, 1)
|
||||||
|
|||||||
Reference in New Issue
Block a user