fixes some bugs with excited groups and ssair under duncmos

This commit is contained in:
MrStonedOne
2016-04-04 14:22:41 -07:00
parent 363f848bc8
commit e514eb0f36
2 changed files with 12 additions and 8 deletions
+2 -1
View File
@@ -275,7 +275,8 @@ var/datum/subsystem/air/SSair
continue
var/turf/open/T = t
if(!istype(T))
continue
T.excited = 0
T.update_visuals()