mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
Merge pull request #30239 from MrPerson/dont_be_a_bitch_kingofkosmos
Automatic unbuckle by player moving
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user