port 0.9.9.9

just uploading so others can see work, still not ready for commitment
This commit is contained in:
Shadowfire
2020-02-08 01:11:36 +01:00
parent a0751cbf0b
commit 57464baadc
26 changed files with 2684 additions and 578 deletions

View File

@@ -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."

View 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"

View 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)