You can now quickbind up to 5 scriptures

This commit is contained in:
Joan Lung
2016-11-24 21:59:36 -05:00
parent 8843bc5328
commit f89932bb38
3 changed files with 56 additions and 38 deletions
+1 -1
View File
@@ -208,7 +208,7 @@ var/next_mob_id = 0
//This is just a commonly used configuration for the equip_to_slot_if_possible() proc, used to equip people when the rounds tarts and when events happen and such.
/mob/proc/equip_to_slot_or_del(obj/item/W, slot)
equip_to_slot_if_possible(W, slot, 1, 1, 0)
return equip_to_slot_if_possible(W, slot, 1, 1, 0)
//puts the item "W" into an appropriate slot in a human's inventory
//returns 0 if it cannot, 1 if successful