mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-14 09:27:45 +01:00
Closets and chairs will not produce a slowdown when they do not have a mob in them (#10022)
This commit is contained in:
@@ -213,7 +213,8 @@
|
||||
. = 0
|
||||
if(istype(pulling, /obj/structure))
|
||||
var/obj/structure/P = pulling
|
||||
. += P.slowdown
|
||||
if(P.buckled_mob || locate(/mob) in P.contents)
|
||||
. += P.slowdown
|
||||
|
||||
/mob/proc/Life()
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user