diff --git a/code/ZAS/Controller.dm b/code/ZAS/Controller.dm index f6d24814683..f5939b023db 100644 --- a/code/ZAS/Controller.dm +++ b/code/ZAS/Controller.dm @@ -109,13 +109,13 @@ Class Procs: simulated_turf_count++ S.update_air_properties() - admin_notice({"Geometry initialized in [round(0.1*(world.timeofday-start_time),0.1)] seconds. + admin_notice({"Geometry initialized in [round(0.1*(world.timeofday-start_time),0.1)] seconds. Total Simulated Turfs: [simulated_turf_count] Total Zones: [zones.len] Total Edges: [edges.len] Total Active Edges: [active_edges.len ? "[active_edges.len]" : "None"] -Total Unsimulated Turfs: [world.maxx*world.maxy*world.maxz - simulated_turf_count] +Total Unsimulated Turfs: [world.maxx*world.maxy*world.maxz - simulated_turf_count] "}, R_DEBUG) @@ -154,18 +154,18 @@ Total Unsimulated Turfs: [world.maxx*world.maxy*world.maxz - simulated_turf_coun #ifdef ZASDBG var/updated = 0 #endif - + //defer updating of self-zone-blocked turfs until after all other turfs have been updated. //this hopefully ensures that non-self-zone-blocked turfs adjacent to self-zone-blocked ones //have valid zones when the self-zone-blocked turfs update. var/list/deferred = list() - + for(var/turf/T in updating) //check if the turf is self-zone-blocked if(T.c_airblock(T) & ZONE_BLOCKED) deferred += T continue - + T.update_air_properties() T.post_update_air_properties() T.needs_air_update = 0 diff --git a/code/controllers/voting.dm b/code/controllers/voting.dm index 613f06dfcf8..29008770f5f 100644 --- a/code/controllers/voting.dm +++ b/code/controllers/voting.dm @@ -289,7 +289,7 @@ datum/controller/vote else . += "
| Choices | Votes | " - if(capitalize(mode) == "Gamemode") .+= "Minimum Players | Minimum Players | " for(var/i = 1, i <= choices.len, i++) var/votes = choices[choices[i]] @@ -299,12 +299,12 @@ datum/controller/vote if(current_votes[C.ckey] == i) . += "[gamemode_names[choices[i]]] | [votes] | " else - . += "[gamemode_names[choices[i]]] | [votes] | " + . += "[gamemode_names[choices[i]]] | [votes] | " else if(current_votes[C.ckey] == i) . += "[choices[i]] | [votes] | " else - . += "[choices[i]] | [votes] | " + . += "[choices[i]] | [votes] | " if (additional_text.len >= i) . += additional_text[i] . += "" diff --git a/code/datums/datumvars.dm b/code/datums/datumvars.dm index 7e9fc0cd04e..75ffcba6e85 100644 --- a/code/datums/datumvars.dm +++ b/code/datums/datumvars.dm @@ -180,12 +180,12 @@ client body += "
|
- Changling Evolution Menu - Hover over a power to see more information - Current evolution points left to evolve with: [geneticpoints] - Absorb genomes to acquire more evolution points - - |
-
| - Search: - | -
|
-
-
- Evolve [P] - Cost: [ownsthis ? "Purchased" : P.genomecost]
-
- - |
-
|
+ Changling Evolution Menu + Hover over a power to see more information + Current evolution points left to evolve with: [geneticpoints] + Absorb genomes to acquire more evolution points + + |
+
| + Search: + | +
|
+
+
+ Evolve [P] - Cost: [ownsthis ? "Purchased" : P.genomecost]
+
+ + |
+
| Command | " - jobs_all += "||
| Special | "//Captain in special because he is head of heads ~Intercross21 + jobs_all += "||
| Special | "//Captain in special because he is head of heads ~Intercross21 jobs_all += "Captain | " jobs_all += "Custom | " diff --git a/code/game/machinery/computer3/computers/crew.dm b/code/game/machinery/computer3/computers/crew.dm index 836500a3440..2098d79f02a 100644 --- a/code/game/machinery/computer3/computers/crew.dm +++ b/code/game/machinery/computer3/computers/crew.dm @@ -50,7 +50,7 @@ for(var/log in logs) t += log t += "