Skip to content

Commit

Permalink
fuck go back
Browse files Browse the repository at this point in the history
  • Loading branch information
NullDagaf committed Jul 19, 2024
1 parent 34ac758 commit d8c500d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
5 changes: 1 addition & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,5 @@
"workbench.editorAssociations": {
"*.dmi": "dmiEditor.dmiEditor"
},
"Lua.diagnostics.enable": false,
"dreammaker.byondPath": [
"C:/Program Files (x86)/BYOND_NEW"
]
"Lua.diagnostics.enable": false
}
3 changes: 0 additions & 3 deletions code/_onclick/click_ctrl.dm
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@

. = ..()
if(. || world.time < next_move || !can_perform_action(target, NOT_INSIDE_TARGET | SILENT_ADJACENCY | ALLOW_RESTING | FORBID_TELEKINESIS_REACH))
message_admins(world.time)
message_admins(next_move)
message_admins(world.time < next_move ? "TRUE" : "FALSE")
return

. = TRUE
Expand Down

0 comments on commit d8c500d

Please sign in to comment.