From 5586902bf7820a6724402f4c54b0fc3cafda4766 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sat, 10 Jul 2021 14:08:08 +0100 Subject: [PATCH] [MIRROR] Adds random number to space-dragon-rift-spawned space carp (#6809) * Adds random number to space-dragon-rift-spawned space carp (#60058) Co-authored-by: Watermelon914 <37270891+Watermelon914@ users.noreply.github.com> * Adds random number to space-dragon-rift-spawned space carp Co-authored-by: obsol <33932119+read-0nly@users.noreply.github.com> Co-authored-by: Watermelon914 <37270891+Watermelon914@ users.noreply.github.com> --- code/modules/mob/living/simple_animal/hostile/space_dragon.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/simple_animal/hostile/space_dragon.dm b/code/modules/mob/living/simple_animal/hostile/space_dragon.dm index 9bbcefb7a7f..8a86cc9c61c 100644 --- a/code/modules/mob/living/simple_animal/hostile/space_dragon.dm +++ b/code/modules/mob/living/simple_animal/hostile/space_dragon.dm @@ -674,6 +674,7 @@ return FALSE var/mob/living/simple_animal/hostile/carp/newcarp = new /mob/living/simple_animal/hostile/carp(loc) newcarp.key = user.key + newcarp.set_name() var/datum/antagonist/space_dragon/S = dragon.mind.has_antag_datum(/datum/antagonist/space_dragon) if(S) S.carp += newcarp.mind