Larger than expected (#31265)

This commit is contained in:
DGamerL
2025-12-26 21:44:42 +01:00
committed by GitHub
parent 8703edf492
commit 231a1206c3
2 changed files with 27 additions and 19 deletions
+1 -1
View File
@@ -186,7 +186,7 @@
M.occupant_message(SPAN_DANGER("You hit [src]."))
visible_message(SPAN_DANGER("[M.name] hits [src]!"), SPAN_USERDANGER("[M.name] hits you!"))
add_attack_logs(M.occupant, src, "Mecha-meleed with [M]")
else
else if(M.occupant.a_intent == INTENT_DISARM)
step_away(src,M)
add_attack_logs(M.occupant, src, "Mecha-pushed with [M]", ATKLOG_ALL)
M.occupant_message(SPAN_WARNING("You push [src] out of the way."))