mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-22 13:17:12 +01:00
linter fixes (#6486)
tl;dr spacemandmm updated and our codebase no longer lints due to our abuse of `//!`
This commit is contained in:
@@ -40,8 +40,8 @@
|
||||
/// If set, the client will have wires replaced by the given replacement list. For colorblindness.
|
||||
var/wire_colors_replace = null
|
||||
|
||||
//! Now for all the different effects.
|
||||
//! Percentage modifiers are expressed as a multipler. (e.g. +25% damage should be written as 1.25)
|
||||
//* Now for all the different effects.
|
||||
//* Percentage modifiers are expressed as a multipler. (e.g. +25% damage should be written as 1.25)
|
||||
|
||||
/// Adjusts max health by a flat (e.g. +20) amount. Note this is added to base health.
|
||||
var/max_health_flat
|
||||
|
||||
Reference in New Issue
Block a user