mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 21:19:00 +01:00
Merge pull request #14775 from farie82/Fix-pod-force-eject
Makes pods work with the force_eject_occupant proc. Fixing stuck ssd people in pods
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
W.dropped(affected_mob)
|
||||
if(isobj(affected_mob.loc))
|
||||
var/obj/O = affected_mob.loc
|
||||
O.force_eject_occupant()
|
||||
O.force_eject_occupant(affected_mob)
|
||||
var/mob/living/new_mob = new new_form(affected_mob.loc)
|
||||
if(istype(new_mob))
|
||||
new_mob.a_intent = "harm"
|
||||
|
||||
Reference in New Issue
Block a user