Typo Fixy

Here we go again with another one of these fixes, pfft.

Changelog Notes:

- Fixes typo in Orion Trail event for mutiny regarding a traitor running up to an unfortunate crewmember and murdering them.
This commit is contained in:
TheFurryFeline
2020-02-26 13:04:56 -05:00
committed by GitHub
parent d079fc6329
commit 764b7ada50
+1 -1
View File
@@ -841,7 +841,7 @@
var/chancetokill = 30*traitors_aboard-(5*alive) //eg: 30*2-(10) = 50%, 2 traitorss, 2 crew is 50% chance
if(prob(chancetokill))
var/deadguy = remove_crewmember()
eventdat += "<br>The traitor[trait2 ? "s":""] run[trait2 ? "":"s"] up to [deadguy] and murder them!"
eventdat += "<br>The traitor[trait2 ? "s":""] run[trait2 ? "":"s"] up to [deadguy] and murders them!"
else
eventdat += "<br>You valiantly fight off the traitor[trait2 ? "s":""]!"
eventdat += "<br>You cut the traitor[trait2 ? "s":""] up into meat... Eww"