mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
Fixes human/checkarmor getting the armour...
...value for the wrong body part. Whoever put ran_zone() in there wasn't thinking straight, as it's not going to affect the part that actually gets damaged.
This commit is contained in:
@@ -259,7 +259,7 @@
|
||||
|
||||
if(istype(target, /mob/living/carbon/human))
|
||||
|
||||
var/target_zone = check_zone(user.zone_sel.selecting, target)
|
||||
var/target_zone = ran_zone(check_zone(user.zone_sel.selecting, target))
|
||||
var/datum/organ/external/affecting = target:get_organ(target_zone)
|
||||
|
||||
if (!affecting)
|
||||
|
||||
Reference in New Issue
Block a user