Fix argument order and length confusion issue (#96405)

This commit is contained in:
oranges
2026-06-10 23:19:57 +02:00
committed by GitHub
parent 408ded2385
commit 0c923e8214
+1 -1
View File
@@ -754,7 +754,7 @@
check_wounding(wounding_type, wounding_dmg, wound_bonus, exposed_wound_bonus, attack_direction, damage_source = damage_source, wound_clothing = wound_clothing)
for(var/datum/wound/iter_wound as anything in wounds)
iter_wound.receive_damage(wounding_type, wounding_dmg, wound_bonus, damage_source)
iter_wound.receive_damage(wounding_type, wounding_dmg, wound_bonus, attack_direction, damage_source)
/*
// END WOUND HANDLING