[MIRROR] next grep, no spaces (#10548)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-29 14:13:04 -07:00
committed by GitHub
parent 16a213f699
commit 8d0febfbb6
104 changed files with 1278 additions and 1189 deletions
@@ -44,14 +44,14 @@
name = JOB_CARGO_TECHNICIAN
/obj/effect/landmark/start/miner
name = JOB_SHAFT_MINER
//CHOMP explo keep removed wide comment field
//CHOMP explo keep removed wide comment field
/obj/effect/landmark/start/pf
name = JOB_PATHFINDER
/obj/effect/landmark/start/explorer
name = JOB_EXPLORER
/obj/effect/landmark/start/fieldmedic
name = JOB_FIELD_MEDIC
//CHOMP explo keep removed wide comment field end
//CHOMP explo keep removed wide comment field end
/obj/effect/landmark/start/bartender
name = JOB_BARTENDER
/obj/effect/landmark/start/botanist
+3 -3
View File
@@ -10,9 +10,9 @@
can_atmos_pass = ATMOS_PASS_PROC
/obj/effect/zone_divider/CanZASPass(turf/T, is_zone)
// Special case to prevent us from being part of a zone during the first air master tick.
// We must merge ourselves into a zone on next tick. This will cause a bit of lag on
// startup, but it can't really be helped you know?
// Special case to prevent us from being part of a zone during the first air master tick.
// We must merge ourselves into a zone on next tick. This will cause a bit of lag on
// startup, but it can't really be helped you know?
if(SSair && SSair.current_cycle == 0)
spawn(1)
SSair.mark_for_update(get_turf(src))