Skip to content

Commit

Permalink
lich faction
Browse files Browse the repository at this point in the history
  • Loading branch information
crix870 committed Jan 6, 2025
1 parent 14dd419 commit 24d9ca8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/antagonists/roguetown/villain/lich.dm
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@
new_body.real_name = old_body.name
new_body.dna.real_name = old_body.real_name
new_body.mob_biotypes |= MOB_UNDEAD
new_body.faction = list("undead")
new_body.set_patron(/datum/patron/inhumen/zizo)
new_body.mind.grab_ghost(force = TRUE)

Expand Down

0 comments on commit 24d9ca8

Please sign in to comment.