Makes pods work with the force_eject_occupant proc

This commit is contained in:
joep van der velden
2020-10-29 00:08:52 +01:00
parent 4f982f38f1
commit b586a90257
13 changed files with 37 additions and 26 deletions
+1 -1
View File
@@ -904,7 +904,7 @@ GLOBAL_PROTECT(AdminProcCallSpamPrevention)
var/datum/map_template/ruin/template = landmark.ruin_template
if(isobj(usr.loc))
var/obj/O = usr.loc
O.force_eject_occupant()
O.force_eject_occupant(usr)
admin_forcemove(usr, get_turf(landmark))
to_chat(usr, "<span class='name'>[template.name]</span>")