Skip to content

Commit

Permalink
500 DIONAE NYMPHS
Browse files Browse the repository at this point in the history
  • Loading branch information
XeonMations committed Aug 19, 2024
1 parent b0b1a01 commit c3b2690
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions code/modules/hydroponics/grown/dionapod.dm
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@
/obj/item/seeds/dionapod/harvest(mob/user)
var/obj/machinery/hydroponics/parent = src.loc
if(CONFIG_GET(flag/diona_ghost_spawn))
for (var/x in 0 to getYield())
var/mob/living/simple_animal/hostile/retaliate/nymph/child = new /mob/living/simple_animal/hostile/retaliate/nymph(get_turf(parent))
child.is_ghost_spawn = TRUE
var/mob/living/simple_animal/hostile/retaliate/nymph/child = new /mob/living/simple_animal/hostile/retaliate/nymph(get_turf(parent))
child.is_ghost_spawn = TRUE
var/seed_count = 1
if(prob(getYield() * 20))
seed_count++
Expand Down

0 comments on commit c3b2690

Please sign in to comment.