Added support for extra perks to has_fake_perk/get_perk_available script functions.

Fixed broken get_perk_available script function.
Some code corrections for Perks.cpp.
This commit is contained in:
NovaRain
2019-03-11 10:07:44 +08:00
parent 967e642908
commit 0f036b26ae
8 changed files with 65 additions and 134 deletions
+1 -1
View File
@@ -185,7 +185,7 @@
0x81be - void set_perkbox_title(string title)
0x81bf - void hide_real_perks()
0x81c0 - void show_real_perks()
0x81c1 - int has_fake_perk(string name)
0x81c1 - int has_fake_perk(string name/int extraPerkID)
0x81c2 - int has_fake_trait(string name)
0x81c3 - void perk_add_mode(int type)
0x81c4 - void clear_selectable_perks()