Skip to content

Commit

Permalink
Remove swear words from comms scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
daid committed Jun 13, 2016
1 parent cb8af97 commit 2c2e6fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/comms_ship.lua
Expand Up @@ -18,7 +18,7 @@ end

function friendlyComms(comms_data)
if comms_data.friendlyness < 20 then
setCommsMessage("What the fuck do you want?");
setCommsMessage("What do you want?");
else
setCommsMessage("Sir, how can we assist?");
end
Expand Down Expand Up @@ -93,7 +93,7 @@ function enemyComms(comms_data)
elseif faction == "Exuari" then
setCommsMessage("Stay out of our way, or your death will amuse us extremely!");
elseif faction == "Ghosts" then
setCommsMessage("One zero one.\nNo binary communication detected.\nSwitching to universal speech.\nGenerating appropriate response for target from human language archives.\n:Do not fucking cross us:\nCommunication halted.");
setCommsMessage("One zero one.\nNo binary communication detected.\nSwitching to universal speech.\nGenerating appropriate response for target from human language archives.\n:Do not cross us:\nCommunication halted.");
taunt_option = "EXECUTE: SELFDESTRUCT"
taunt_success_reply = "Rogue command received. Targeting source."
taunt_failed_reply = "External command ignored."
Expand Down

0 comments on commit 2c2e6fa

Please sign in to comment.