mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-11 15:14:27 +01:00
grammar fixes
This commit is contained in:
@@ -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))
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user