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:
Jenny
2025-09-16 15:05:50 +02:00
committed by GitHub
parent 56f6fad0f2
commit 5fe09bb52f
4 changed files with 41 additions and 39 deletions
@@ -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,