diff --git a/src/Mods/Catmod/events/SoSSniper.tw b/src/Mods/Catmod/events/SoSSniper.tw index 7835c50bc1b5f7887bc27545eaa838094b0dc8b9..580789a5107524412ed5ba451482e7f6d160a31e 100644 --- a/src/Mods/Catmod/events/SoSSniper.tw +++ b/src/Mods/Catmod/events/SoSSniper.tw @@ -18,7 +18,7 @@ </span> <</if>> -<<set _slave = GenerateNewSlave(null, {minAge: 18, maxAge: 32, disability: 1})>> +<<set _slave = GenerateNewSlave(null, {minAge: 18, maxAge: 32, disableDisability: 1})>> <<run generateSalonModifications(_slave)>> <<set _slave.face = random(50,100)>> <<set _slave.origin = "$He was an elite sniper of the Sons of Sekhmet, nearly successful in assassinating you with a long-range shot from across the arcology before being captured by your Imperial Knights in a tense shootout.">> @@ -168,4 +168,4 @@ As you pant in the wake of the sudden attack, $assistant.name notifies you that <<run repX(-2000, "event")>> <</replace>> <</link>> -</span> \ No newline at end of file +</span>