mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13.git
synced 2026-08-19 17:26:42 +01:00
Update damage_procs.dm
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
return getArousalLoss()
|
||||
|
||||
|
||||
/mob/living/proc/apply_damages(brute = 0, burn = 0, tox = 0, oxy = 0, clone = 0, def_zone = null, blocked = FALSE, stamina = 0, brain = 0)
|
||||
/mob/living/proc/apply_damages(brute = 0, burn = 0, tox = 0, oxy = 0, clone = 0, def_zone = null, blocked = FALSE, stamina = 0, arousal = 0, brain = 0)
|
||||
if(blocked >= 100)
|
||||
return 0
|
||||
if(brute)
|
||||
|
||||
Reference in New Issue
Block a user