Merge pull request #30239 from MrPerson/dont_be_a_bitch_kingofkosmos

Automatic unbuckle by player moving
This commit is contained in:
oranges
2017-08-30 10:03:35 +12:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
@@ -37,6 +37,9 @@
else
return ..()
/obj/structure/bed/relaymove(mob/living/user)
user.resist_buckle()
/*
* Roller beds
*/
@@ -112,6 +112,9 @@
else
rotate()
/obj/structure/chair/relaymove(mob/living/user)
user.resist_buckle()
// Chair types
/obj/structure/chair/wood
icon_state = "wooden_chair"