mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-21 19:19:12 +01:00
Service borg buffs + QoL (#18502)
* Service borg buffs + QoL * oops forgot to lowercase that one * wait this would double-spam balloon alerts theoretically so-
This commit is contained in:
@@ -997,10 +997,10 @@
|
||||
|
||||
can_hold = list(CIRCUIT_GRIPPER)
|
||||
|
||||
/obj/item/gripper/service //Used to handle food, drinks, and seeds.
|
||||
/obj/item/gripper/service //Used to handle food, drinks, seeds, and cards.
|
||||
name = "service gripper"
|
||||
icon_state = "gripper-sheet"
|
||||
desc = "A simple grasping tool used to perform tasks in the service sector, such as handling food, drinks, and seeds."
|
||||
desc = "A simple grasping tool used to perform tasks in the service sector, such as handling food, drinks, and seeds. It can also hold cards and fake casino chips for hosting card games."
|
||||
|
||||
can_hold = list(SERVICE_GRIPPER)
|
||||
|
||||
|
||||
@@ -136,6 +136,7 @@
|
||||
REAGENT_ID_BEER,
|
||||
REAGENT_ID_BERRYJUICE,
|
||||
REAGENT_ID_BITTERS,
|
||||
REAGENT_ID_BLUECURACAO,
|
||||
REAGENT_ID_CIDER,
|
||||
REAGENT_ID_COFFEE,
|
||||
REAGENT_ID_COGNAC,
|
||||
@@ -153,6 +154,7 @@
|
||||
REAGENT_ID_LEMONLIME,
|
||||
REAGENT_ID_LIMEJUICE,
|
||||
REAGENT_ID_MEAD,
|
||||
REAGENT_ID_MELONLIQUOR,
|
||||
REAGENT_ID_MILK,
|
||||
REAGENT_ID_MINT,
|
||||
REAGENT_ID_ORANGEJUICE,
|
||||
|
||||
Reference in New Issue
Block a user