mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
[MIRROR] Makes Cyborg Lollipops Consistent [MDB IGNORE] (#12395)
* Makes Cyborg Lollipops Consistent (#65621) * Makes Cyborg Lollipops Consistent Co-authored-by: ErdinyoBarboza <erdinyobarboza@gmail.com>
This commit is contained in:
co-authored by
ErdinyoBarboza
parent
a75412615e
commit
c0ef9e73c7
@@ -391,7 +391,7 @@
|
||||
var/obj/item/food_item
|
||||
switch(mode)
|
||||
if(DISPENSE_LOLLIPOP_MODE)
|
||||
food_item = new /obj/item/food/lollipop(T)
|
||||
food_item = new /obj/item/food/lollipop/cyborg(T)
|
||||
if(DISPENSE_ICECREAM_MODE)
|
||||
food_item = new /obj/item/food/icecream(T, list(ICE_CREAM_VANILLA))
|
||||
food_item.desc = "Eat the ice cream."
|
||||
|
||||
Reference in New Issue
Block a user