mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
Removes the the vast majority of 'The the' from the the code (#15597)
* The the * Some more * Review 1 * A couple more
This commit is contained in:
@@ -126,7 +126,7 @@
|
||||
to_chat(user, "<span class='warning'>You can only activate satellites which are in space.</span>")
|
||||
return FALSE
|
||||
if(user)
|
||||
to_chat(user, "<span class='notice'>You [active ? "deactivate": "activate"] the [src]</span>")
|
||||
to_chat(user, "<span class='notice'>You [active ? "deactivate": "activate"] [src]</span>")
|
||||
active = !active
|
||||
if(active)
|
||||
animate(src, pixel_y = 2, time = 10, loop = -1)
|
||||
|
||||
Reference in New Issue
Block a user