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
+1 -1
View File
@@ -126,7 +126,7 @@
/obj/screen/blob/Split
icon_state = "ui_split"
name = "Split consciousness (100)"
desc = "Creates another Blob Overmind at the targetted node. One use only.<br>Offsprings are unable to use this ability."
desc = "Creates another Blob Overmind at the targeted node. One use only.<br>Offspring are unable to use this ability."
/obj/screen/blob/Split/Click()
if(isovermind(usr))
+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