mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 16:38:22 +01:00
Screen Overlay Jazz (#8922)
This commit is contained in:
@@ -987,7 +987,11 @@
|
||||
return ""
|
||||
|
||||
/mob/proc/flash_weak_pain()
|
||||
flick("weak_pain",pain)
|
||||
flick("weak_pain", pain)
|
||||
|
||||
/mob/living/carbon/human/flash_weak_pain()
|
||||
if(can_feel_pain())
|
||||
flick("weak_pain", pain)
|
||||
|
||||
/mob/proc/Jitter(amount)
|
||||
jitteriness = max(jitteriness,amount,0)
|
||||
|
||||
Reference in New Issue
Block a user