Bug - Fixed Lasagna Bandages not listed as a combat spell

Winterbay

Active member
While tryign out some consult script madness today I noticed the following:
Code:
> ash to_skill("saucy salve")

Returned:     Saucy Salve
level => 2
traincost => 500
class => Sauceror
libram     => false
passive => false
buff => false
combat => true
permable     => true

> ash to_skill("lasagna bandages")

Returned:     Lasagna Bandages
level => 3
traincost => 1000
class =>     Pastamancer
libram => false
passive => false
buff => false
combat     => false
permable => true

My mind finds it probable that Lasagna Bandages not being marked as a combat skill, while Saucy Salve is, is a bug seeing as both can be used in combat.
 

Bale

Minion
I believe that proxy field means combat only. Though lasagna bandages may be the only spell that can be cast both in and out of combat so it's an odd case.

I'm tempted to retag this as "not a bug", but I'd rather hear from one of the big names about their opinion.
 
Last edited:
Top