mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
Fix argument order and length confusion issue (#96405)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user