From 764b7ada504e3440dcba80d2c24961818bef9bf2 Mon Sep 17 00:00:00 2001
From: TheFurryFeline <38586851+TheFurryFeline@users.noreply.github.com>
Date: Wed, 26 Feb 2020 13:04:56 -0500
Subject: [PATCH] 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.
---
code/game/machinery/computer/arcade.dm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/code/game/machinery/computer/arcade.dm b/code/game/machinery/computer/arcade.dm
index 00d1623e5b..29a49634cd 100644
--- a/code/game/machinery/computer/arcade.dm
+++ b/code/game/machinery/computer/arcade.dm
@@ -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 += "
The traitor[trait2 ? "s":""] run[trait2 ? "":"s"] up to [deadguy] and murder them!"
+ eventdat += "
The traitor[trait2 ? "s":""] run[trait2 ? "":"s"] up to [deadguy] and murders them!"
else
eventdat += "
You valiantly fight off the traitor[trait2 ? "s":""]!"
eventdat += "
You cut the traitor[trait2 ? "s":""] up into meat... Eww"