Skip to content

Commit

Permalink
[MIRROR] Fixes ashwalker respawn + more [MDB IGNORE] (#1192)
Browse files Browse the repository at this point in the history
* Fixes ashwalker respawn + more (#80405)

---------

Co-authored-by: SkyratBot <[email protected]>
Co-authored-by: Lufferly <[email protected]>
  • Loading branch information
3 people authored Dec 18, 2023
1 parent a3ea341 commit 6c112e7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@
if(offeredmob.loc == src)
continue //Ashwalker Revive in Progress...
if(offeredmob.stat)
for(var/obj/item/W in offeredmob)
if(!offeredmob.dropItemToGround(W))
qdel(W)
offeredmob.unequip_everything()

if(issilicon(offeredmob)) //no advantage to sacrificing borgs...
offeredmob.investigate_log("has been gibbed by the necropolis tendril.", INVESTIGATE_DEATHS)
visible_message(span_notice("Serrated tendrils eagerly pull [offeredmob] apart, but find nothing of interest."))
offeredmob.gib()
return

if(offeredmob.mind?.has_antag_datum(/datum/antagonist/ashwalker) && (offeredmob.ckey || offeredmob.get_ghost(FALSE, TRUE))) //special interactions for dead lava lizards with ghosts attached
Expand Down

0 comments on commit 6c112e7

Please sign in to comment.