Blaming Java

Accidentally included end-of-line semi-colons. Blaming Java experience.
This commit is contained in:
FalseIncarnate
2017-03-27 11:16:43 -04:00
parent 57eadb3a0e
commit 6c45afa492
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -300,7 +300,7 @@ var/list/ai_verbs_default = list(
Entry[i] = trim(Entry[i])
if(Entry.len < 2 || Entry[1] != "ai") //ignore incorrectly formatted entries or entries that aren't marked for AI
continue;
continue
if(Entry[2] == ckey) //They're in the list? Custom sprite time, var and icon change required
custom_sprite = 1
+1 -1
View File
@@ -411,7 +411,7 @@
Entry[i] = trim(Entry[i])
if(Entry.len < 2 || Entry[1] != "pai") //ignore incorrectly formatted entries or entries that aren't marked for pAI
continue;
continue
if(Entry[2] == ckey) //They're in the list? Custom sprite time, var and icon change required
custom_sprite = 1
@@ -185,7 +185,7 @@ var/list/robot_verbs_default = list(
Entry[i] = trim(Entry[i])
if(Entry.len < 2 || Entry[1] != "cyborg") //ignore incorrectly formatted entries or entries that aren't marked for cyborg
continue;
continue
if(Entry[2] == ckey) //They're in the list? Custom sprite time, var and icon change required
custom_sprite = 1