Adds slot_drone_storage macro.

This commit is contained in:
YotaXP
2015-11-12 20:32:00 -05:00
parent e42b1630c5
commit 47c358e8e2
5 changed files with 7 additions and 6 deletions
@@ -25,7 +25,7 @@
/obj/item/weapon/watertank/verb/toggle_mister()
set name = "Toggle Mister"
set category = "Object"
if (usr.get_item_by_slot(slot_back) != src && usr.get_item_by_slot("drone_storage_slot") != src)
if (usr.get_item_by_slot(slot_back) != src && usr.get_item_by_slot(slot_drone_storage) != src)
usr << "<span class='warning'>The watertank needs to be on your back to use!</span>"
return
if(usr.incapacitated())