mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
players can choose the bottle icon of new pill bottles, forgot to save map
Signed-off-by: Cael_Aislinn <cael_aislinn@yahoo.com.au>
This commit is contained in:
@@ -341,6 +341,10 @@
|
||||
P.pixel_x = rand(-7, 7) //random position
|
||||
P.pixel_y = rand(-7, 7)
|
||||
reagents.trans_to(P,30)
|
||||
|
||||
var/bottle_num = min(max(input("Enter bottle design number","Bottle number"), 0), 20) as num
|
||||
P.icon_state = "bottle[bottle_num]"
|
||||
desc = "A small bottle, design number #[bottle_num]."
|
||||
else
|
||||
var/obj/item/weapon/reagent_containers/food/condiment/P = new/obj/item/weapon/reagent_containers/food/condiment(src.loc)
|
||||
reagents.trans_to(P,50)
|
||||
|
||||
Reference in New Issue
Block a user