fixes resleeving/scori languages (#4714)

Co-authored-by: VM_USER <VM_USER>
This commit is contained in:
silicons
2022-11-16 21:38:42 -08:00
committed by GitHub
co-authored by VM_USER <VM_USER>
parent 783c675a72
commit e6bd3a1296
8 changed files with 21 additions and 5 deletions
+1 -1
View File
@@ -447,7 +447,7 @@
to_chat(usr, "Mob doesn't exist anymore")
return
if(H.set_species(new_species))
if(H.set_species(new_species, force = TRUE))
to_chat(usr, "Set species of [H] to [H.species].")
else
to_chat(usr, "Failed! Something went wrong.")