mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
* Spellbook refactor WIP * Begone foul creature * v2 * v3 * Fix descriptions * Re-implement feedback * Some adjustments * Singular * remove temp * Fix * Crap
9 lines
243 B
Plaintext
9 lines
243 B
Plaintext
/spell/noclothes
|
|
name = "No Clothes"
|
|
abbreviation = "NC"
|
|
desc = "Removes the need of wizard robes to cast powerful spells."
|
|
charge_max = 0
|
|
level_max = list(Sp_TOTAL = 0) //Can't upgrade
|
|
spell_flags = NO_BUTTON
|
|
|
|
price = 2 * Sp_BASE_PRICE |