mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 06:57:42 +01:00
Adds an icon for non-abstract nodrop items (#29452)
This commit is contained in:
@@ -36,7 +36,9 @@
|
||||
|
||||
if(!weapon_ref)
|
||||
create_new_weapon()
|
||||
weapon_ref.flags |= (ABSTRACT | NODROP) // Just in case the item doesn't start with both of these, or somehow loses them.
|
||||
// Just in case the item doesn't start with both of these, or somehow loses them.
|
||||
weapon_ref.flags |= ABSTRACT
|
||||
weapon_ref.set_nodrop(TRUE, user)
|
||||
|
||||
if(HAS_TRAIT(user, TRAIT_HANDS_BLOCKED) || (user.get_active_hand() && !user.drop_item()))
|
||||
flayer.send_swarm_message("We cannot manifest [weapon_ref] into our active hand...")
|
||||
|
||||
Reference in New Issue
Block a user