Clean incorrect styling for the ++ operator

This commit is contained in:
Tigercat2000
2016-01-02 10:46:01 -08:00
parent 4455a4400c
commit b606a6d1fd
13 changed files with 24 additions and 23 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ var/global/datum/controller/process/air_system/air_master
/datum/controller/process/air_system/proc/process_excited_groups()
last_excited = excited_groups.len
for(var/datum/excited_group/EG in excited_groups)
EG.breakdown_cooldown ++
EG.breakdown_cooldown++
if(EG.breakdown_cooldown == 10)
EG.self_breakdown()
SCHECK