Files
VOREStation/code/modules/spells/aoe_turf/smoke.dm
T
Kashargul f8333a8d93 Staticpath [MDB ignore] (#19166)
* move those to static paths

* maps

* .

* .

* ugh

* .
2026-02-22 22:10:59 +01:00

18 lines
402 B
Plaintext

/datum/spell/aoe_turf/smoke
name = "Smoke"
desc = "This spell spawns a cloud of choking smoke at your location and does not require wizard garb."
school = "conjuration"
charge_max = 120
spell_flags = 0
invocation = "none"
invocation_type = SpI_NONE
range = 1
inner_radius = -1
cooldown_min = 20 //25 deciseconds reduction per rank
smoke_spread = 2
smoke_amt = 5
hud_state = "wiz_smoke"