mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
Fix a large number of typos (#89254)
Fixes a very large number of typos. A few of these fixes also extend to variable names, but only the really egregious ones like "concious".
This commit is contained in:
@@ -372,7 +372,7 @@
|
||||
if(dramatically_disappearing)
|
||||
return
|
||||
|
||||
//dissapear in 1 second
|
||||
//disappear in 1 second
|
||||
dramatically_disappearing = TRUE
|
||||
addtimer(CALLBACK(src, TYPE_PROC_REF(/atom/movable, moveToNullspace)), time_to_go) //woosh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user