Increased pill bottle capacity to 14 pills (2 rows).

Also fixed #2714.
This commit is contained in:
Spamcat
2013-04-30 15:44:31 +04:00
parent 5f2620178d
commit 0acd40326f
2 changed files with 4 additions and 2 deletions

View File

@@ -106,6 +106,7 @@
can_hold = list("/obj/item/weapon/reagent_containers/pill","/obj/item/weapon/dice")
allow_quick_gather = 1
use_to_pickup = 1
storage_slots = 14
/obj/item/weapon/storage/pill_bottle/MouseDrop(obj/over_object as obj) //Quick pillbottle fix. -Agouri