Removed snowflake.

This commit is contained in:
YotaXP
2015-11-15 02:34:17 -05:00
parent 47c358e8e2
commit 4ece522dff
3 changed files with 11 additions and 16 deletions
@@ -135,6 +135,6 @@
else if (istype(T) && T.can_be_inserted(I,1)) // If carrying storage item like toolbox
T.handle_item_insertion(I)
else if(!internal_storage)
equip_to_slot(I, "drone_storage_slot")
equip_to_slot(I, slot_drone_storage)
else
usr << "<span class='warning'>You are unable to equip that!</span>"