diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-01-26 02:14:38 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-01-26 02:14:38 +0100 |
commit | cbc3c50aeb12013ae1e4553390b156ea39cb0897 (patch) | |
tree | 1c766343fed4745029ba17a1ef05d0dd70f06002 /npc/005-6/morgan.txt | |
parent | eeebc8f8181c8d79a2bb2e45d5341ec72ccf5540 (diff) | |
download | serverdata-cbc3c50aeb12013ae1e4553390b156ea39cb0897.tar.gz serverdata-cbc3c50aeb12013ae1e4553390b156ea39cb0897.tar.bz2 serverdata-cbc3c50aeb12013ae1e4553390b156ea39cb0897.tar.xz serverdata-cbc3c50aeb12013ae1e4553390b156ea39cb0897.zip |
change stats points. and add new foods items
Diffstat (limited to 'npc/005-6/morgan.txt')
-rw-r--r-- | npc/005-6/morgan.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/005-6/morgan.txt b/npc/005-6/morgan.txt new file mode 100644 index 000000000..5f9fe1c3b --- /dev/null +++ b/npc/005-6/morgan.txt @@ -0,0 +1,6 @@ +005-6,30,37,0 script Morgan NPC_RUMLY,{ + +OnInit: + .sex = G_MALE; + end; +} |