var/Staff = new /obj/overlay/Weapon(null) Staff:icon_state="staff" P.overlays += Staff
Now my problem is when I try and unequip the overlay of the staff is still there here is what Im using to get ride of the overlay.
P.overlays -= /obj/overlay/Weapon
So could you please help me thanks.
You need to remove the staff.
P.overlays.Remove(Staff)
Resonating Light