mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Adds an icon for non-abstract nodrop items (#29452)
This commit is contained in:
@@ -1414,7 +1414,7 @@
|
||||
B.desc = "Sometimes, someone's just gotta die."
|
||||
var/obj/item/radio/headset/R = H.l_ear
|
||||
if(istype(R))
|
||||
R.flags |= NODROP
|
||||
R.set_nodrop(TRUE, H)
|
||||
|
||||
/datum/outfit/admin/honksquad
|
||||
name = "Honksquad"
|
||||
|
||||
@@ -35,7 +35,8 @@
|
||||
return FALSE
|
||||
|
||||
var/obj/item/clothing/mask/horsehead/magichead = new /obj/item/clothing/mask/horsehead
|
||||
magichead.flags |= NODROP | DROPDEL //curses!
|
||||
magichead.flags |= DROPDEL //curses!
|
||||
magichead.set_nodrop(TRUE)
|
||||
magichead.flags_inv = null //so you can still see their face
|
||||
magichead.voicechange = TRUE //NEEEEIIGHH
|
||||
target.visible_message( "<span class='danger'>[target]'s face lights up in fire, and after the event a horse's head takes its place!</span>", \
|
||||
|
||||
Reference in New Issue
Block a user