mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-15 00:53:23 +01:00
No need to block movement
This commit is contained in:
@@ -33,7 +33,6 @@
|
||||
var/oldloc = loc
|
||||
if(bed && !Adjacent(bed))
|
||||
bed = null
|
||||
return
|
||||
. = ..()
|
||||
if(bed && get_dist(oldloc, loc) <= 2)
|
||||
bed.Move(oldloc)
|
||||
|
||||
Reference in New Issue
Block a user