grammar fixes

This commit is contained in:
Arkatos1
2019-05-17 14:02:38 +02:00
parent 8a1f3ced79
commit a78cf680de
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -367,10 +367,10 @@
var/obj/structure/blob/N = (locate(/obj/structure/blob) in T)
if(!N)
to_chat(src, "<span class='warning'>A node is required to birth your offspring..</span>")
to_chat(src, "<span class='warning'>A node is required to birth your offspring.</span>")
return
if(!istype(N, /obj/structure/blob/node))
to_chat(src, "<span class='warning'>A node is required to birth your offspring..</span>")
to_chat(src, "<span class='warning'>A node is required to birth your offspring.</span>")
return
if(!can_buy(100))
return