Shadow_Warrior
icon = 'monsters.dmi'
icon_state = "shadow warrior"
Strength = 213
HP =415
MaxHP = 415
Defense = 199
Gold = 50
Exp = 70
Del()
if(prob(0.05))
var/obj/weapon/Shadow_Sword/K = new
K.Move(src.loc)
..()
is this the correct way to make a monster drop things?