mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 02:57:48 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user