Skip to content

Commit

Permalink
Fixes transformation viruses yeeting you out of the game (ParadiseSS1…
Browse files Browse the repository at this point in the history
…3#23770)

* Lmao

* Contra review
  • Loading branch information
DGamerL authored Jan 10, 2024
1 parent 7123f6f commit f3fa7a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/datums/diseases/transformation.dm
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@
new_mob.a_intent = "harm"
if(affected_mob.mind)
affected_mob.mind.transfer_to(new_mob)
if(isrobot(new_mob))
new_mob.rename_self("Cyborg", TRUE, TRUE)
else
new_mob.key = affected_mob.key
if(isrobot(new_mob))
new_mob.rename_self("Cyborg", TRUE, TRUE)
qdel(affected_mob)


Expand Down

0 comments on commit f3fa7a6

Please sign in to comment.