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
+3 -2
View File
@@ -341,8 +341,9 @@
P.icon_state = "pill"+pillsprite
reagents.trans_to(P,50)
if(src.loaded_pill_bottle)
P.loc = src.loaded_pill_bottle
src.updateUsrDialog()
if(loaded_pill_bottle.contents.len < loaded_pill_bottle.storage_slots)
P.loc = loaded_pill_bottle
src.updateUsrDialog()
else if (href_list["createbottle"])
if(!condi)
var/name = reject_bad_text(input(usr,"Name:","Name your bottle!",reagents.get_master_reagent_name()))