Pain Stored Removal (#11238)

This commit is contained in:
Geeves
2021-02-19 17:30:13 +02:00
committed by GitHub
parent 0df9445a6d
commit 9b593b9a08

View File

@@ -3,7 +3,6 @@
animate(pain, alpha = target, time = 15, easing = ELASTIC_EASING)
animate(pain, alpha = 0, time = 20)
mob/var/list/pain_stored = list()
mob/var/last_pain_message = ""
mob/var/next_pain_time = 0