mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 15:14:27 +01:00
Minor change; You can load corpses into the space-pod, but not living
people.
This commit is contained in:
@@ -363,7 +363,10 @@
|
||||
|
||||
/obj/spacepod/MouseDrop_T(mob/M as mob, mob/user as mob)
|
||||
if(M != user)
|
||||
return
|
||||
if(M.stat != 0)
|
||||
move_inside(M, user)
|
||||
else
|
||||
return
|
||||
else
|
||||
move_inside(M, user)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user