obj/var/worn
obj
Shinigami_suit
name = "Shinigami Suit"
icon = 'Shinigami Suit.dmi'
layer = 9999999999
worn = 0
verb
Wear()
if(src.worn == 1)
src:worn = 0
usr.overlays -= 'Shinigami Suit.dmi'
usr.Defense-=90
src.suffix = ""
else
src:worn = 1
usr.Defense+=90
usr.overlays += 'Shinigami Suit.dmi'
src.suffix = "Wearing"
Look()
usr<<"A Suit Made For Shinigamis/Soul Reapers It Gives User More Defense Power (REMAKE OF LEGENDARTY SUIT)."
Problem description:Every time I Hit Wear It Doesnt go over his body its like the base has a bigger layer and i made sure in login i put usr.layer=0 it goes under the user so its like the usr is the suit lol