Merge pull request #10400 from chefferz/chefferz-toiletshuttle

Gives ability to buckle yourself to a toilet
This commit is contained in:
Ghom
2020-01-04 14:25:54 +01:00
committed by GitHub
@@ -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