some more globals (#19098)

* some more globals

* .
This commit is contained in:
Kashargul
2026-01-29 18:21:58 +01:00
committed by GitHub
parent 24e68536bc
commit fdfb49012b
50 changed files with 164 additions and 176 deletions
+6 -6
View File
@@ -50,12 +50,12 @@ would spawn and follow the beaker, even if it is carried or thrown.
// to something, like a smoking beaker, so then you can just call start() and the steam
// will always spawn at the items location, even if it's moved.
/* Example:
var/datum/effect/system/steam_spread/steam = new /datum/effect/system/steam_spread() -- creates new system
steam.set_up(5, 0, mob.loc) -- sets up variables
OPTIONAL: steam.attach(mob)
steam.start() -- spawns the effect
*/
/** Example:
* var/datum/effect/system/steam_spread/steam = new /datum/effect/system/steam_spread() -- creates new system
* steam.set_up(5, 0, mob.loc) -- sets up variables
* OPTIONAL: steam.attach(mob)
* steam.start() -- spawns the effect
**/
/////////////////////////////////////////////
/obj/effect/effect/steam
name = "steam"