mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-04 14:33:10 +00:00
Blood Overlay Fixes (#10633)
This commit is contained in:
@@ -153,6 +153,7 @@
|
||||
density = 0
|
||||
attacktext = "cut"
|
||||
attack_sound = 'sound/weapons/bladeslice.ogg'
|
||||
blood_overlay_icon = null
|
||||
faction = "syndicate"
|
||||
min_oxy = 0
|
||||
max_oxy = 0
|
||||
|
||||
@@ -540,6 +540,10 @@ mob/living/simple_animal/bullet_act(var/obj/item/projectile/Proj)
|
||||
. = ..()
|
||||
handle_blood_overlay()
|
||||
|
||||
/mob/living/simple_animal/heal_organ_damage(var/brute, var/burn)
|
||||
. = ..()
|
||||
handle_blood_overlay()
|
||||
|
||||
/mob/living/simple_animal/movement_delay()
|
||||
var/tally = 0 //Incase I need to add stuff other than "speed" later
|
||||
|
||||
|
||||
Reference in New Issue
Block a user