summaryrefslogtreecommitdiff
path: root/npc/005-4
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-04-26 12:38:54 -0300
committerJesusaves <cpntb1@ymail.com>2020-04-26 12:38:54 -0300
commit3143e0cd86bac1f007ff1a88ec697a7985a50323 (patch)
treef6d62bd6e37b1c047ca89e1d21779cb0a6a31bec /npc/005-4
parentb8a16d5b4742b857c50e4c4cde4e3821eb51e791 (diff)
downloadserverdata-3143e0cd86bac1f007ff1a88ec697a7985a50323.tar.gz
serverdata-3143e0cd86bac1f007ff1a88ec697a7985a50323.tar.bz2
serverdata-3143e0cd86bac1f007ff1a88ec697a7985a50323.tar.xz
serverdata-3143e0cd86bac1f007ff1a88ec697a7985a50323.zip
And this is the typo
Diffstat (limited to 'npc/005-4')
-rw-r--r--npc/005-4/tolchi.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/005-4/tolchi.txt b/npc/005-4/tolchi.txt
index 682214df8..a28500ba9 100644
--- a/npc/005-4/tolchi.txt
+++ b/npc/005-4/tolchi.txt
@@ -309,8 +309,6 @@ function tolchi_tweaks {
// Select a bonus and purge it
.@vartp=relative_array_random(@csys_attr);
.@popindex=getarrayindex(.@vartp);
- //deletearray(.@popindex, 1);
- //deletearray(.@popindex, 1);
// Apply the bonus
.@bonus=csys_Multiplier(.@lv);
@@ -318,6 +316,7 @@ function tolchi_tweaks {
/*
// Re-roll: Easier for lower levels. Equip based.
+ deletearray(@csys_attr[.@popindex], 2);
if (rand2(1000) < 250-(.@lv*2)) {
.@vartp=relative_array_random(@csys_attr);
.@popindex=getarrayindex(.@vartp);