ID:270311
 
    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?
You could always add drops to a list, though. text2path and all.
In response to Mysame
when it supposedly dies its body doesnt delete and when i take the monster drop off it will delete it.How do i fix this?
In response to Dragon_fire6653
Because it doesn't do the normal when the chance isn't 0.05%.
Del()
if(prob(0.05))
stuff
..()