[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

View File

@@ -1,16 +1,16 @@
//This file was auto-corrected by findeclaration.exe on 25.5.2012 20:42:33
/*
field_generator power level display
The icon used for the field_generator need to have 'num_power_levels' number of icon states
named 'Field_Gen +p[num]' where 'num' ranges from 1 to 'num_power_levels'
The power level is displayed using overlays. The current displayed power level is stored in 'powerlevel'.
The overlay in use and the powerlevel variable must be kept in sync. A powerlevel equal to 0 means that
no power level overlay is currently in the overlays list.
-Aygar
*/
/**
* field_generator power level display
* The icon used for the field_generator need to have 'num_power_levels' number of icon states
* named 'Field_Gen +p[num]' where 'num' ranges from 1 to 'num_power_levels'
*
* The power level is displayed using overlays. The current displayed power level is stored in 'powerlevel'.
* The overlay in use and the powerlevel variable must be kept in sync. A powerlevel equal to 0 means that
* no power level overlay is currently in the overlays list.
* -Aygar
*/
#define field_generator_max_power 250000
/obj/machinery/field_generator

View File

@@ -33,11 +33,11 @@ proc
process()
check_build()
Setup map
|EC|
CC|FC|
|PB|
PE|PE|PE
* Setup map
* |EC|
* CC|FC|
* |PB|
* PE|PE|PE
Icon Addemdum