mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
[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>
This commit is contained in:
co-authored by
Watermelon914
obsol
parent
0fb7d8d1eb
commit
5586902bf7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user