Update robot.dm

typo.
This commit is contained in:
Kashargul
2023-11-17 19:52:08 +01:00
committed by GitHub
parent 7b17325809
commit e677bdb78e
@@ -481,7 +481,7 @@
set name = "Toggle VTEC"
set category = "Abilities"
if(speed == -1)
to_chat(src, "<span class='filter_notice'>VTEC module disbaled.</span>")
to_chat(src, "<span class='filter_notice'>VTEC module disabled.</span>")
speed = 0
else
to_chat(src, "<span class='filter_notice'>VTEC module enabled.</span>")