Fixing common spelling mistakes part 4 (#21945)

This commit is contained in:
Henri215
2023-08-10 17:27:20 -05:00
committed by GitHub
parent f9b274cc9d
commit 4398e2c003
16 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -70,7 +70,7 @@
lich.real_name = M.mind.name
M.mind.transfer_to(lich)
lich.set_species(/datum/species/skeleton/lich) // Wizard variant
to_chat(lich, "<span class='warning'>Your bones clatter and shutter as they're pulled back into this world!</span>")
to_chat(lich, "<span class='warning'>Your bones clatter and shudder as they're pulled back into this world!</span>")
cooldown_handler.recharge_duration += 1 MINUTES
var/mob/old_body = current_body
var/turf/body_turf = get_turf(old_body)