mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
* Helpers for spells * .dme * Helpers part 2 * This is much better * #DEFINES * I am dumb * Y-you too
11 lines
278 B
Plaintext
11 lines
278 B
Plaintext
/spell/noclothes
|
|
name = "No Clothes"
|
|
abbreviation = "NC"
|
|
user_type = USER_TYPE_WIZARD
|
|
desc = "Removes the need of wizard robes to cast powerful spells."
|
|
charge_max = 0
|
|
level_max = list(Sp_TOTAL = 0) //Can't upgrade
|
|
hud_state = "wiz_noclothes"
|
|
|
|
price = 2 * Sp_BASE_PRICE
|