mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
* wheelchairs are now dense when bots are placed on them * adresses DGL review
This commit is contained in:
@@ -17,6 +17,16 @@
|
||||
var/mob/living/buckled_mob = m
|
||||
buckled_mob.setDir(dir)
|
||||
|
||||
/obj/structure/chair/wheelchair/post_buckle_mob(mob/living/M)
|
||||
. = ..()
|
||||
handle_layer()
|
||||
density = TRUE
|
||||
|
||||
/obj/structure/chair/wheelchair/post_unbuckle_mob()
|
||||
. = ..()
|
||||
handle_layer()
|
||||
density = FALSE
|
||||
|
||||
/obj/structure/chair/wheelchair/relaymove(mob/user, direction)
|
||||
if(propelled)
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user