mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Ears matter (and other antenna stuff.) (#10790)
This commit is contained in:
@@ -308,11 +308,11 @@
|
||||
update_icons_required = TRUE
|
||||
if(H.l_ear && washears)
|
||||
if(H.l_ear.clean_blood())
|
||||
H.update_inv_ears(0)
|
||||
H.update_inv_l_ear(0)
|
||||
update_icons_required = TRUE
|
||||
if(H.r_ear && washears)
|
||||
if(H.r_ear.clean_blood())
|
||||
H.update_inv_ears(0)
|
||||
H.update_inv_r_ear(0)
|
||||
update_icons_required = TRUE
|
||||
if(H.belt)
|
||||
if(H.belt.clean_blood())
|
||||
|
||||
Reference in New Issue
Block a user