mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00: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
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user