mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 03:27:46 +01:00
TF Verb Mergening (#18353)
* Initial commit * waait a second, this isn't chomp * oop, missed those comments * also missed that * typo! * begone src. * fixes typing! * whoops! * can I get rid of this? * fixes some missed tf calls, attempts to fix ooc escape * band-aid fix for OOC escaping item tf * Update mob_tf.dm * Update living_vr.dm * no src * get rid of redundant faction swaps --------- Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Cameron Lennox
parent
5447c235f9
commit
0660d084b9
@@ -258,9 +258,8 @@
|
||||
return
|
||||
log_debug("polymorph not dead")
|
||||
var/mob/living/new_mob = spawn_mob(M)
|
||||
new_mob.faction = M.faction
|
||||
|
||||
new_mob.mob_tf(M)
|
||||
M.tf_into(new_mob)
|
||||
target.bloodstr.clear_reagents() //Got to clear all reagents to make sure mobs don't keep spawning.
|
||||
target.ingested.clear_reagents()
|
||||
target.touching.clear_reagents()
|
||||
|
||||
Reference in New Issue
Block a user