mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 20:15:47 +01:00
[MIRROR] Better wabbajack polymorph logging (#6816)
* Better wabbajack polymorph logging (#59991) * Better wabbajack polymorph logging Co-authored-by: Wayland-Smithy <64715958+Wayland-Smithy@users.noreply.github.com>
This commit is contained in:
@@ -1221,6 +1221,7 @@
|
||||
// Called when we are hit by a bolt of polymorph and changed
|
||||
// Generally the mob we are currently in is about to be deleted
|
||||
/mob/living/proc/wabbajack_act(mob/living/new_mob)
|
||||
log_game("[key_name(src)] is being wabbajack polymorphed into: [new_mob.name]([new_mob.type]).")
|
||||
new_mob.name = real_name
|
||||
new_mob.real_name = real_name
|
||||
|
||||
|
||||
@@ -288,7 +288,7 @@
|
||||
for(var/obj/item/W in contents)
|
||||
new_mob.equip_to_appropriate_slot(W)
|
||||
|
||||
M.log_message("became [new_mob.real_name]", LOG_ATTACK, color="orange")
|
||||
M.log_message("became [new_mob.name]([new_mob.type])", LOG_ATTACK, color="orange")
|
||||
|
||||
new_mob.set_combat_mode(TRUE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user