mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
Fixes blob victory. (#38988)
This commit is contained in:
committed by
vuonojenmustaturska
parent
05246b9bd6
commit
210e00447b
@@ -123,8 +123,9 @@ GLOBAL_LIST_EMPTY(blob_nodes)
|
||||
else
|
||||
L.fully_heal()
|
||||
|
||||
for(var/V in GLOB.the_station_areas)
|
||||
var/area/A = V
|
||||
for(var/area/A in GLOB.sortedAreas)
|
||||
if(!(A.type in GLOB.the_station_areas))
|
||||
continue
|
||||
if(!A.blob_allowed)
|
||||
continue
|
||||
A.color = blob_reagent_datum.color
|
||||
|
||||
Reference in New Issue
Block a user