Restores the uplink modules, removes LoadComponents

This commit is contained in:
oranges
2017-12-10 14:14:37 -06:00
committed by CitadelStationBot
parent e18457f92e
commit d88bff9fa9
9 changed files with 123 additions and 37 deletions
+1 -1
View File
@@ -299,7 +299,7 @@
to_chat(traitor_mob, "Unfortunately, [employer] wasn't able to get you an Uplink.")
. = 0
else
uplink_loc.LoadComponent(/datum/component/uplink, traitor_mob.key)
uplink_loc.AddComponent(/datum/component/uplink, traitor_mob.key)
if(uplink_loc == R)
R.traitor_frequency = sanitize_frequency(rand(MIN_FREQ, MAX_FREQ))