mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Autopsy Now Shows Hostile Mob Attacks (#18270)
* autopsy Signed-off-by: SueTheCake <suethepyro@gmail.com> * Add files via upload changelog mcgee * the funny runtime moment * robot limbs work wtf * Update code/modules/mob/living/simple_animal/hostile/hostile.dm Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> Signed-off-by: SueTheCake <suethepyro@gmail.com> --------- Signed-off-by: SueTheCake <suethepyro@gmail.com> Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com>
This commit is contained in:
@@ -199,7 +199,8 @@
|
||||
return 0
|
||||
|
||||
/mob/living/simple_animal/hostile/proc/on_attack_mob(var/mob/hit_mob, var/obj/item/organ/external/limb)
|
||||
return
|
||||
if(isliving(hit_mob) && istype(limb))
|
||||
limb.add_autopsy_data("Mauling by [src.name]")
|
||||
|
||||
/mob/living/simple_animal/hostile/proc/AttackingTarget()
|
||||
setClickCooldown(attack_delay)
|
||||
|
||||
Reference in New Issue
Block a user