[MIRROR] reimplements attack and player logs (#12553)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-03-19 23:03:53 +01:00
committed by GitHub
co-authored by Kashargul
parent bb90e792ca
commit 99afe463dc
50 changed files with 411 additions and 270 deletions
+2 -2
View File
@@ -383,7 +383,7 @@
else
destroy_shields()
my_tool.set_ready_state(TRUE)
my_tool.log_message("Power lost.")
my_tool.log_message("Power lost.", LOG_GAME)
else
my_tool.set_ready_state(TRUE)
@@ -409,5 +409,5 @@
..()
my_mecha.use_power(my_tool.energy_drain)
if(!active && shield_health < shield_regen_amount)
my_tool.log_message("Shield overloaded.")
my_tool.log_message("Shield overloaded.", LOG_GAME)
my_mecha.use_power(my_tool.energy_drain * 4)