Makes antidrop implant release its items regardless which slot theyre in (#29242)

* removed nodrop check, changed anti_drop implant

* anti_drop test

* some touches
This commit is contained in:
Toastical
2025-05-12 20:52:57 +00:00
committed by GitHub
parent 545a5fb8f7
commit 505faec726
4 changed files with 54 additions and 8 deletions
-4
View File
@@ -261,10 +261,6 @@
if(!istype(W))
return FALSE
if(W.flags & NODROP)
to_chat(src, "<span class='warning'>[W] is stuck to your hand!</span>")
return FALSE
if(!W.mob_can_equip(src, slot, disable_warning))
if(del_on_fail)
qdel(W)