mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-31 09:08:56 +01:00
@@ -1,5 +1,5 @@
|
||||
/spell/noclothes
|
||||
name = "No Clothes"
|
||||
desc = "This is a placeholder for knowing if you dont need clothes for any spell."
|
||||
desc = "This is a placeholder for knowing if you don't need clothes for any spell."
|
||||
|
||||
spell_flags = NO_BUTTON
|
||||
@@ -121,7 +121,7 @@ var/global/list/spells = typesof(/spell) //needed for the badmin verb for now
|
||||
if("paralysis")
|
||||
target.AdjustParalysis(amount)
|
||||
else
|
||||
target.vars[type] += amount //I bear no responsibility for the runtimes that'll happen if you try to adjust non-numeric or even non-existant vars
|
||||
target.vars[type] += amount //I bear no responsibility for the runtimes that'll happen if you try to adjust non-numeric or even non-existent vars
|
||||
return
|
||||
|
||||
///////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user