mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user