mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-27 10:33:21 +00:00
port 0.9.9.9
just uploading so others can see work, still not ready for commitment
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
//We need to port our own food and drinks over sometime - Jack
|
||||
|
||||
/datum/reagent/ethanol/snaps
|
||||
name = "Akvavit"
|
||||
id = "snaps"
|
||||
description = "Burns the nose and throat and soothes it with a herby aftertaste...Barely."
|
||||
taste_description = "strong spirit and a little dill"
|
||||
color = "e6d670" // rgb: 230, 214, 112
|
||||
strength = 15
|
||||
|
||||
glass_name = "akvavit"
|
||||
glass_desc = "Burns the nose and throat, and soothes it with a herby aftertaste...Barely."
|
||||
41
code/modules/reagents/dispenser/cartridge_presets_ch.dm
Normal file
41
code/modules/reagents/dispenser/cartridge_presets_ch.dm
Normal file
@@ -0,0 +1,41 @@
|
||||
/obj/item/weapon/reagent_containers/chem_disp_cartridge
|
||||
//CHOMP - Chems that are used but not meant for cargo supplies, at least for now. - Jack
|
||||
champagne spawn_reagent = "champagne"
|
||||
grapesoda spawn_reagent = "grapesoda"
|
||||
singulo spawn_reagent = "singulo"
|
||||
doctorsdelight spawn_reagent = "doctorsdelight"
|
||||
nothing spawn_reagent = "nothing"
|
||||
banana spawn_reagent = "banana"
|
||||
honey spawn_reagent = "honey"
|
||||
egg spawn_reagent = "egg"
|
||||
coco spawn_reagent = "coco"
|
||||
cherryjelly spawn_reagent = "cherryjelly"
|
||||
carrot spawn_reagent = "carrot"
|
||||
apple spawn_reagent = "apple"
|
||||
tomato spawn_reagent = "tomato"
|
||||
nutbutter spawn_reagent = "nutbutter" //ha
|
||||
soymilk spawn_reagent = "soymilk"
|
||||
grenadine spawn_reagent = "grenadine"
|
||||
gingerale spawn_reagent = "gingerale"
|
||||
royrogers spawn_reagent = "royrogers"
|
||||
patron spawn_reagent = "patron"
|
||||
goldschlager spawn_reagent = "goldschlager"
|
||||
gelatin spawn_reagent = "gelatin"
|
||||
melonliquor spawn_reagent = "melonliquor"
|
||||
bluecuracao spawn_reagent = "bluecuracao"
|
||||
thirteenloko spawn_reagent = "thirteenloko"
|
||||
deadrum spawn_reagent = "deadrum"
|
||||
sake spawn_reagent = "sake"
|
||||
acidspit spawn_reagent = "acidspit"
|
||||
amasec spawn_reagent = "amasec"
|
||||
beepsky_smash spawn_reagent = "beepsky_smash"
|
||||
atomicbomb spawn_reagent = "atomicbomb"
|
||||
nuka_cola spawn_reagent = "nuka_cola"
|
||||
threemileisland spawn_reagent = "threemileisland"
|
||||
manhattan_proj spawn_reagent = "manhattan_proj"
|
||||
psilocybin spawn_reagent = "psilocybin"
|
||||
moonshine spawn_reagent = "moonshine"
|
||||
specialwhiskey spawn_reagent = "specialwhiskey"
|
||||
unathiliquor spawn_reagent = "unathiliquor"
|
||||
winebrandy spawn_reagent = "winebrandy"
|
||||
snaps spawn_reagent = "snaps"
|
||||
11
code/modules/reagents/reagent_dispenser_ch.dm
Normal file
11
code/modules/reagents/reagent_dispenser_ch.dm
Normal file
@@ -0,0 +1,11 @@
|
||||
/obj/structure/reagent_dispensers/space_cleaner
|
||||
name = "Space Cleaner Dispenser"
|
||||
desc = "A dispenser of space cleaner, every janitor's dream!"
|
||||
icon = 'icons/obj/objects.dmi'
|
||||
icon_state = "virusfoodtank"
|
||||
amount_per_transfer_from_this = 60
|
||||
anchored = 1
|
||||
|
||||
/obj/structure/reagent_dispensers/space_cleaner/New()
|
||||
..()
|
||||
reagents.add_reagent("cleaner", 3000)
|
||||
Reference in New Issue
Block a user