Updated: Reduces dominator timer ceiling, changes territory scaling

This commit is contained in:
CitadelStationBot
2017-05-06 10:44:56 -05:00
parent 32651c31cb
commit 0972689cfc
+10
View File
@@ -0,0 +1,10 @@
diff a/code/game/gamemodes/gang/gang.dm b/code/game/gamemodes/gang/gang.dm (rejected hunks)
@@ -249,7 +249,7 @@ GLOBAL_LIST_INIT(gang_colors_pool, list("red","orange","yellow","green","blue","
return gang_bosses
/proc/determine_domination_time(var/datum/gang/G)
- return max(180,600 - (round((G.territory.len/GLOB.start_state.num_territories)*100, 1) * 9))
+ return max(180,480 - (round((G.territory.len/GLOB.start_state.num_territories)*100, 1) * 9))
//////////////////////////////////////////////////////////////////////