i need to go to bed and this is a LOT

This commit is contained in:
Putnam3145
2021-06-21 10:14:50 -07:00
parent c253a2de86
commit fbbae70527
14 changed files with 35 additions and 13 deletions
+4 -1
View File
@@ -24,7 +24,7 @@
else
user_by_item -= source
/datum/element/earhealing/process()
/datum/element/earhealing/do_process()
set waitfor = FALSE
for(var/i in user_by_item)
var/mob/living/carbon/user = user_by_item[i]
@@ -36,3 +36,6 @@
ears.deaf = max(ears.deaf - 0.25, (ears.damage < ears.maxHealth ? 0 : 1)) // Do not clear deafness if our ears are too damaged
ears.damage = max(ears.damage - 0.025, 0)
CHECK_TICK
/datum/element/earhealing/process()
do_process()