mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
Fixes dusting. (#22344)
* dust properly * oops * Update code/_globalvars/traits.dm Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com> --------- Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com>
This commit is contained in:
@@ -20,11 +20,6 @@
|
||||
return FALSE
|
||||
to_chat(imp_in, "<span class='notice'>Your dusting bio-chip activates!</span>")
|
||||
imp_in.visible_message("<span class = 'warning'>[imp_in] burns up in a flash!</span>")
|
||||
for(var/obj/item/I in imp_in.contents)
|
||||
if(I == src)
|
||||
continue
|
||||
if(I.flags & NODROP)
|
||||
qdel(I)
|
||||
imp_in.dust()
|
||||
|
||||
/obj/item/implant/dust/emp_act(severity)
|
||||
|
||||
Reference in New Issue
Block a user