mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
fix multiple issues (#9366)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
/mob/living/simple_mob/vore/alienanimals/teppi/baby
|
||||
mob_size = MOB_MEDIUM
|
||||
allow_mind_transfer = TRUE
|
||||
|
||||
Reference in New Issue
Block a user