mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
Everything else through the door (#19358)
This commit is contained in:
@@ -310,7 +310,7 @@
|
||||
if(WEST)
|
||||
if(AM.loc.x != loc.x - 1) return
|
||||
|
||||
if(istype(AM, /obj))
|
||||
if(isobj(AM))
|
||||
var/obj/O = AM
|
||||
O.loc = src
|
||||
else if(istype(AM, /mob))
|
||||
|
||||
Reference in New Issue
Block a user