Fixes lack of arguments on mobs' can_equip.

This commit is contained in:
Ghommie
2019-10-09 00:21:55 +02:00
parent 7dada70447
commit 9c3e532be7
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -158,7 +158,7 @@
//Returns if a certain item can be equipped to a certain slot.
// Currently invalid for two-handed items - call obj/item/mob_can_equip() instead.
/mob/proc/can_equip(obj/item/I, slot, disable_warning = 0)
/mob/proc/can_equip(obj/item/I, slot, disable_warning = FALSE, bypass_equip_delay_self = FALSE)
return FALSE
/mob/proc/can_put_in_hand(I, hand_index)