fix multiple issues (#9366)

This commit is contained in:
Kashargul
2024-10-31 14:13:40 +01:00
committed by GitHub
parent 5084db6cdb
commit 427a420d51
8 changed files with 43 additions and 42 deletions

View File

@@ -497,7 +497,7 @@
blob.mob_radio = R
R.forceMove(blob)
if(wear_id)
blob.myid = wear_id
blob.myid = wear_id.GetID()
wear_id.forceMove(blob)
//Mail them to nullspace

View File

@@ -163,7 +163,7 @@ Maybe later, gotta figure out a way to click yourself when in a locker etc.
new_mob.vore_organs += B
new_mob.nutrition = src.nutrition
src.soulgem.transfer_self(new_mob) //CHOMPAdd Soulcatcher
src.soulgem?.transfer_self(new_mob) //CHOMPAdd Soulcatcher
new_mob.ckey = src.ckey
if(new_mob.tf_form_ckey)

View File

@@ -1,3 +1,2 @@
/mob/living/simple_mob/vore/alienanimals/teppi/baby
mob_size = MOB_MEDIUM
allow_mind_transfer = TRUE