Add all systems effects scripts + translations
This commit is contained in:
6
reference_scripts/Lm9IBkc918Duw3US.js
Normal file
6
reference_scripts/Lm9IBkc918Duw3US.js
Normal file
@ -0,0 +1,6 @@
|
||||
let career = this.actor.itemTypes.career.find(c => c.getFlag("wfrp4e", "doubleLife"))
|
||||
|
||||
if(career)
|
||||
{
|
||||
career.system.current.value = true;
|
||||
}
|
Reference in New Issue
Block a user