mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-23 21:27:01 +01:00
[MIRROR] TF Verb Mergening (#11585)
Co-authored-by: MeepleMuncher <76881946+MeepleMuncher@users.noreply.github.com> Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
MeepleMuncher
Cameron Lennox
parent
96a14f43f9
commit
fe9c94f6f6
@@ -294,9 +294,8 @@
|
||||
return
|
||||
|
||||
var/mob/living/new_mob = new chosen_beast(get_turf(M))
|
||||
new_mob.faction = M.faction
|
||||
|
||||
new_mob.mob_tf(M)
|
||||
M.tf_into(new_mob)
|
||||
|
||||
if("item_tf")
|
||||
var/mob/living/M = target
|
||||
@@ -317,11 +316,8 @@
|
||||
|
||||
var/obj/item/spawned_obj = new spawning(M.loc)
|
||||
var/obj/item/original_name = spawned_obj.name
|
||||
spawned_obj.inhabit_item(M, original_name, M)
|
||||
var/mob/living/possessed_voice = spawned_obj.possessed_voice
|
||||
spawned_obj.trash_eatable = M.devourable
|
||||
spawned_obj.unacidable = !M.digestable
|
||||
M.forceMove(possessed_voice)
|
||||
|
||||
M.tf_into(spawned_obj, TRUE, original_name)
|
||||
|
||||
if("elder_smite")
|
||||
if(!target.ckey)
|
||||
|
||||
Reference in New Issue
Block a user