Screen Overlay Jazz (#8922)

This commit is contained in:
Geeves
2020-05-22 16:40:37 +02:00
committed by GitHub
parent 51f4dea7d2
commit a87d22ecc4
7 changed files with 35 additions and 4 deletions
+6 -2
View File
@@ -1,5 +1,9 @@
mob/proc/flash_pain()
flick("pain",pain)
/mob/proc/flash_pain()
flick("pain", pain)
/mob/living/carbon/human/flash_pain()
if(can_feel_pain())
flick("pain", pain)
mob/var/list/pain_stored = list()
mob/var/last_pain_message = ""