Removes the gang gamemode

This commit is contained in:
Lzimann
2017-05-02 14:28:55 -03:00
parent a25e651230
commit 59eed8f11c
30 changed files with 42 additions and 1797 deletions
-6
View File
@@ -300,12 +300,6 @@
// Gangs only have one attempt left if the shuttle has
// docked with the station to prevent suffering from
// endless dominator delays
for(var/datum/gang/G in SSticker.mode.gangs)
if(G.is_dominating)
G.dom_attempts = 0
else
G.dom_attempts = min(1,G.dom_attempts)
if(SHUTTLE_DOCKED)
if(time_left <= ENGINES_START_TIME)