summaryrefslogtreecommitdiff
path: root/src/map/script.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/script.c')
-rw-r--r--src/map/script.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/map/script.c b/src/map/script.c
index 7432cad79..2a4c4ccc5 100644
--- a/src/map/script.c
+++ b/src/map/script.c
@@ -2375,7 +2375,7 @@ int isstr(struct script_data *c)
return 0;
}
-/// Triary operators
+/// Ternary operators
/// test ? if_true : if_false
void op_3(struct script_state* st, int op)
{
@@ -3825,9 +3825,7 @@ BUILDIN_FUNC(sleep);
BUILDIN_FUNC(sleep2);
BUILDIN_FUNC(awake);
BUILDIN_FUNC(getvariableofnpc);
-// [blackhole89] -->
BUILDIN_FUNC(warpportal);
-// <-- [blackhole89]
BUILDIN_FUNC(homunculus_evolution) ; //[orn]
BUILDIN_FUNC(eaclass);
BUILDIN_FUNC(roclass);