mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 06:28:01 +01:00
Update robot.dm
typo.
This commit is contained in:
@@ -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>")
|
||||
|
||||
Reference in New Issue
Block a user