mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
Merge pull request #14577 from PastelPrinceDan/extract-fix
fixes a small typo on the slime fertility agent
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
to_chat(user, "<span class='warning'>The slime cannot get any more fertile!</span>")
|
||||
return ..()
|
||||
|
||||
to_chat(user, "<span class='notice'>You feed the slime the infertility agent. It will now have less offspring.</span>")
|
||||
to_chat(user, "<span class='notice'>You feed the slime the fertility agent. It will now have more offspring.</span>")
|
||||
M.split_amount = between(2, M.split_amount + 2, 6)
|
||||
playsound(src, 'sound/effects/bubbles.ogg', 50, 1)
|
||||
qdel(src)
|
||||
@@ -192,4 +192,4 @@
|
||||
if(istype(AI) && justified)
|
||||
AI.obedience = 10
|
||||
playsound(src, 'sound/effects/bubbles.ogg', 50, 1)
|
||||
qdel(src)
|
||||
qdel(src)
|
||||
|
||||
Reference in New Issue
Block a user