Fixes Runtime in ,: bad arg name 'disable_warning' (#7162)

This commit is contained in:
Atermonera
2020-05-15 13:37:14 -07:00
committed by GitHub
parent de42b87697
commit fcdbc41ffb
7 changed files with 8 additions and 8 deletions
@@ -18,7 +18,7 @@
/obj/item/weapon/storage/internal/attack_hand()
return //make sure this is never picked up
/obj/item/weapon/storage/internal/mob_can_equip(M as mob, slot, disable_warning = 0)
/obj/item/weapon/storage/internal/mob_can_equip(M as mob, slot, disable_warning = FALSE)
return 0 //make sure this is never picked up
//Helper procs to cleanly implement internal storages - storage items that provide inventory slots for other items.