mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Grammar typo fix
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
safe_blink(target, 14)
|
safe_blink(target, 14)
|
||||||
use(5)
|
use(5)
|
||||||
else
|
else
|
||||||
user << "<span class='warning'>There is not enough telecrystal's to do that.</span>"
|
user << "<span class='warning'>There are not enough telecrystals to do that.</span>"
|
||||||
|
|
||||||
/obj/item/stack/telecrystal/attack_self(mob/user as mob)
|
/obj/item/stack/telecrystal/attack_self(mob/user as mob)
|
||||||
if(user.mind.accept_tcrystals) //Checks to see if antag type allows for tcrystals
|
if(user.mind.accept_tcrystals) //Checks to see if antag type allows for tcrystals
|
||||||
|
|||||||
Reference in New Issue
Block a user