mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Adds an icon for non-abstract nodrop items (#29452)
This commit is contained in:
@@ -269,7 +269,7 @@
|
||||
C.name = "Sax"
|
||||
C.real_name = "Sax"
|
||||
var/obj/item/clothing/head/det_hat/D = new
|
||||
D.flags |= NODROP
|
||||
D.set_nodrop(TRUE, loc)
|
||||
C.place_on_head(D)
|
||||
C.visible_message("<span class='notice'>[C] suddenly winks into existence at [user]'s feet!</span>")
|
||||
to_chat(user, "<span class='danger'>[src] crumbles to dust in your hands!</span>")
|
||||
|
||||
Reference in New Issue
Block a user