fixes two typos

yeah, I got those two wrong. Not anymore though.
This commit is contained in:
DeltaFire
2020-10-10 16:48:25 +02:00
parent 1285280963
commit 641970f2c0
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -569,9 +569,9 @@
update_threshhold_state()
if(change_icon_to_default)
if(is_organic_limb())
if(is_organic_limb(FALSE))
icon = base_bp_icon || DEFAULT_BODYPART_ICON_ORGANIC
else if(is_robotic_limb(FALSE))
else if(is_robotic_limb())
icon = base_bp_icon || DEFAULT_BODYPART_ICON_ROBOTIC
if(owner && !no_update) //Only use no_update if you are sure the bodypart will get updated from other sources anyways, to prevent unneccessary processing use.