mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
chairfix (#26286)
This commit is contained in:
@@ -77,10 +77,8 @@
|
||||
continue
|
||||
if(ismob(O) && !HAS_TRAIT(O, TRAIT_CONTORTED_BODY))
|
||||
continue
|
||||
if(istype(O, /obj/structure/bed)) //This is only necessary because of rollerbeds and swivel chairs.
|
||||
var/obj/structure/bed/B = O
|
||||
if(B.has_buckled_mobs())
|
||||
continue
|
||||
if(O.has_buckled_mobs()) // You can't put mobs into crates, so naturally if a mob is attached to something, it shouldn't be able to go in the crate
|
||||
continue
|
||||
O.forceMove(src)
|
||||
itemcount++
|
||||
|
||||
|
||||
Reference in New Issue
Block a user