mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-18 11:44:05 +01:00
[MIRROR] next grep, no spaces (#10548)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
16a213f699
commit
8d0febfbb6
@@ -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
|
||||
|
||||
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user