Skip to content

Commit

Permalink
Lua code format - (Stylua)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 24, 2024
1 parent 0e9e0f7 commit c55cef9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion data-otservbr-global/npc/emma.lua
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,11 @@ local function creatureSayCallback(npc, creature, type, message)
elseif MsgContains(message, "join") then
if player:getStorageValue(Storage.Quest.U8_1.SecretService.Quest) < 1 then
if player:getSex() == PLAYERSEX_FEMALE then
npcHandler:say("The girls brigade is the foremost front on which we fight the numerous enemies of our city ... It's a constant race to stay ahead of our enemies. Absolute loyalty and the willingness to put ones life at stake are attributes that are vital for this brigade ... If you join, you dedicate your service to Carlin alone! Do you truly think that you are girl enough to join the brigade?", npc, creature)
npcHandler:say(
"The girls brigade is the foremost front on which we fight the numerous enemies of our city ... It's a constant race to stay ahead of our enemies. Absolute loyalty and the willingness to put ones life at stake are attributes that are vital for this brigade ... If you join, you dedicate your service to Carlin alone! Do you truly think that you are girl enough to join the brigade?",
npc,
creature
)
else
npcHandler:say("A man in the girls brigade? Come on this is hilarious, this is outright stupid, this is ... exactly what no one would expect. Mhm, on second thought the element of surprise might offset your male inferiority.", npc, creature)
end
Expand Down

0 comments on commit c55cef9

Please sign in to comment.