mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 15:37:36 +01:00
Whitespace cleanup part 2. (#19891)
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
/*
|
||||
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
|
||||
* 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 250
|
||||
|
||||
Reference in New Issue
Block a user