Skip to content
Snippets Groups Projects
Commit 2555768f authored by j's avatar j
Browse files

Fixing a few very minor oversights.

parent 9e183554
No related branches found
No related tags found
1 merge request!1340TechncianPcSkill
...@@ -431,4 +431,4 @@ if(typeof Categorizer === 'function') { ...@@ -431,4 +431,4 @@ if(typeof Categorizer === 'function') {
jQuery(document).one('categorizer.ready', doSomething); jQuery(document).one('categorizer.ready', doSomething);
} }
*/ */
jQuery(document).trigger('categorizer.ready'); jQuery(document).trigger('categorizer.ready');
\ No newline at end of file
...@@ -235,9 +235,7 @@ ...@@ -235,9 +235,7 @@
<<if ndef $PC.degeneracy>> <<if ndef $PC.degeneracy>>
<<set $PC.degeneracy = 0>> <<set $PC.degeneracy = 0>>
<</if>> <</if>>
<<if ndef $PC.NetworkThreatSpecialist>>
<<set $PC.NetworkThreatSpecialist = 0>>
<</if>>
<<if ndef $universalRulesImmobileSlavesMaintainMuscles>> <<if ndef $universalRulesImmobileSlavesMaintainMuscles>>
<<set $universalRulesImmobileSlavesMaintainMuscles = 0>> <<set $universalRulesImmobileSlavesMaintainMuscles = 0>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment