Skip to content

Commit

Permalink
made dead nymphs unposessable
Browse files Browse the repository at this point in the history
  • Loading branch information
XeonMations committed Aug 9, 2024
1 parent f1f1081 commit fde47ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
if(client || key || ckey)
to_chat(user, "<span class='warning'>\The [src] already has a player.")
return
if(!is_ghost_spawn)
if(!is_ghost_spawn || stat == DEAD)
to_chat(user, "<span class='warning'>\The [src] is not possessable!")
return
var/control_ask = alert("Do you wish to take control of \the [src]", "Chirp Time?", "Yes", "No")
Expand Down

0 comments on commit fde47ad

Please sign in to comment.