Grammar fixes (#18342)

* grammar fixes

cant - can't
removes duplicate the from mobs
the pain in your the -
treads on the lit the lit -
what you can cook with this the -

* should fix the merge conflict

0 to FALSE

* unconflicts

panther will have to be fixed at a later date
This commit is contained in:
Lumi
2022-07-17 15:36:03 +01:00
committed by GitHub
parent c2db9cbd65
commit 391a044df1
12 changed files with 49 additions and 49 deletions
+1 -1
View File
@@ -55,7 +55,7 @@
var/target_direction = get_dir(source_turf, target_turf)//The direction we clicked
// Snowflake diagonal handling
if(target_direction in GLOB.diagonals)
to_chat(user, "<span class='warning'>You cant reach [target_turf].</span>")
to_chat(user, "<span class='warning'>You can't reach [target_turf].</span>")
return
if(target_direction & EAST)
x_offset = 16