mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
Makes the Rapid Service Fabricator use an actual glass, not the parent.
This commit is contained in:
@@ -39,7 +39,7 @@ RSF
|
|||||||
playsound(src.loc, 'sound/effects/pop.ogg', 50, 0)
|
playsound(src.loc, 'sound/effects/pop.ogg', 50, 0)
|
||||||
if (mode == 1)
|
if (mode == 1)
|
||||||
mode = 2
|
mode = 2
|
||||||
user << "Changed dispensing mode to 'Drinking Glass'"
|
user << "Changed dispensing mode to 'Drinking Glass:Pint'"
|
||||||
return
|
return
|
||||||
if (mode == 2)
|
if (mode == 2)
|
||||||
mode = 3
|
mode = 3
|
||||||
@@ -82,7 +82,7 @@ RSF
|
|||||||
product = new /obj/item/clothing/mask/smokable/cigarette()
|
product = new /obj/item/clothing/mask/smokable/cigarette()
|
||||||
used_energy = 10
|
used_energy = 10
|
||||||
if(2)
|
if(2)
|
||||||
product = new /obj/item/weapon/reagent_containers/food/drinks/glass2()
|
product = new /obj/item/weapon/reagent_containers/food/drinks/glass2/pint()
|
||||||
used_energy = 50
|
used_energy = 50
|
||||||
if(3)
|
if(3)
|
||||||
product = new /obj/item/weapon/paper()
|
product = new /obj/item/weapon/paper()
|
||||||
|
|||||||
Reference in New Issue
Block a user