mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 16:44:33 +01:00
fixes admin shuttles breaking the escape shuttle / not working (#24677)
This commit is contained in:
@@ -194,7 +194,7 @@
|
||||
intact for round sanity.")
|
||||
else if(S)
|
||||
// If successful, returns the mobile docking port
|
||||
var/obj/docking_port/mobile/mdp = action_load(S)
|
||||
var/obj/docking_port/mobile/mdp = action_load_old(S)
|
||||
if(mdp)
|
||||
usr.forceMove(get_turf(mdp))
|
||||
message_admins("[key_name_admin(usr)] loaded [mdp] with the shuttle manipulator.")
|
||||
|
||||
Reference in New Issue
Block a user