mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-20 20:37:45 +01:00
small changes and additions
- fixed some cherry milkshakes - added a boozomat to hos office on box - tweaked some descriptions - removed cumpkins and other cum related vile junk - removed mention of voracious hound stuff - added gato employee badges
This commit is contained in:
@@ -496,13 +496,13 @@
|
||||
/datum/chemical_reaction/cherryshake
|
||||
name = "Cherry Shake"
|
||||
id = "cherryshake"
|
||||
results = list("cherryshake" = 3)
|
||||
results = list(/datum/reagent/consumable/cherryshake = 3)
|
||||
required_reagents = list(/datum/reagent/consumable/cherryjelly = 1, /datum/reagent/consumable/ice = 1, /datum/reagent/consumable/cream = 1)
|
||||
|
||||
/datum/chemical_reaction/bluecherryshake
|
||||
name = "Blue Cherry Shake"
|
||||
id = "bluecherryshake"
|
||||
results = list("bluecherryshake" = 3)
|
||||
results = list(/datum/reagent/consumable/bluecherryshake = 3)
|
||||
required_reagents = list(/datum/reagent/consumable/bluecherryjelly = 1, /datum/reagent/consumable/ice = 1, /datum/reagent/consumable/cream = 1)
|
||||
|
||||
/datum/chemical_reaction/drunkenblumpkin
|
||||
@@ -900,17 +900,17 @@
|
||||
required_reagents = list(/datum/reagent/toxin/fentanyl = 1, /datum/reagent/consumable/ice = 1, /datum/reagent/consumable/lemon_lime = 1)
|
||||
mix_message = "That thang bleedin’ P!"
|
||||
|
||||
/datum/chemical_reaction/cum_in_a_hot_tub
|
||||
name = "Cum in a Hot Tub"
|
||||
id = /datum/reagent/consumable/ethanol/cum_in_a_hot_tub
|
||||
results = list(/datum/reagent/consumable/ethanol/cum_in_a_hot_tub = 3)
|
||||
required_reagents = list(/datum/reagent/consumable/ethanol/vodka = 2, /datum/reagent/consumable/ethanol/white_russian = 1, /datum/reagent/consumable/ethanol/irish_cream = 0.1)
|
||||
// /datum/chemical_reaction/cum_in_a_hot_tub
|
||||
// name = "Cum in a Hot Tub"
|
||||
// id = /datum/reagent/consumable/ethanol/cum_in_a_hot_tub
|
||||
// results = list(/datum/reagent/consumable/ethanol/cum_in_a_hot_tub = 3)
|
||||
// required_reagents = list(/datum/reagent/consumable/ethanol/vodka = 2, /datum/reagent/consumable/ethanol/white_russian = 1, /datum/reagent/consumable/ethanol/irish_cream = 0.1)
|
||||
|
||||
/datum/chemical_reaction/cum_in_a_hot_tub/semen
|
||||
name = "Cum in a Hot Tub"
|
||||
id = /datum/reagent/consumable/ethanol/cum_in_a_hot_tub/semen
|
||||
results = list(/datum/reagent/consumable/ethanol/cum_in_a_hot_tub/semen = 3)
|
||||
required_reagents = list(/datum/reagent/consumable/ethanol/vodka = 2, /datum/reagent/consumable/semen = 1, /datum/reagent/consumable/ethanol/irish_cream = 0.1)
|
||||
// /datum/chemical_reaction/cum_in_a_hot_tub/semen
|
||||
// name = "Cum in a Hot Tub"
|
||||
// id = /datum/reagent/consumable/ethanol/cum_in_a_hot_tub/semen
|
||||
// results = list(/datum/reagent/consumable/ethanol/cum_in_a_hot_tub/semen = 3)
|
||||
// required_reagents = list(/datum/reagent/consumable/ethanol/vodka = 2, /datum/reagent/consumable/semen = 1, /datum/reagent/consumable/ethanol/irish_cream = 0.1)
|
||||
|
||||
/datum/chemical_reaction/orange_creamsicle
|
||||
name = "Orange Creamsical"
|
||||
|
||||
@@ -439,12 +439,12 @@ GLOBAL_LIST(cachedbooks) // List of our cached book datums
|
||||
alert("No news network found on station. Aborting.")
|
||||
var/channelexists = 0
|
||||
for(var/datum/newscaster/feed_channel/FC in GLOB.news_network.network_channels)
|
||||
if(FC.channel_name == "Radiance Book Club")
|
||||
if(FC.channel_name == "Gatito Book Club")
|
||||
channelexists = 1
|
||||
break
|
||||
if(!channelexists)
|
||||
GLOB.news_network.CreateFeedChannel("Radiance Book Club", "Library", null)
|
||||
GLOB.news_network.SubmitArticle(scanner.cache.dat, "[scanner.cache.name]", "Radiance Book Club", null)
|
||||
GLOB.news_network.CreateFeedChannel("Gatito Book Club", "Library", null) //GS13 tweaked some names here
|
||||
GLOB.news_network.SubmitArticle(scanner.cache.dat, "[scanner.cache.name]", "Gatito Book Club", null)
|
||||
alert("Upload complete. Your uploaded title is now available on station newscasters.")
|
||||
if(href_list["orderbyid"])
|
||||
if(cooldown > world.time)
|
||||
|
||||
@@ -2423,20 +2423,20 @@ datum/reagent/consumable/ethanol/creme_de_coconut
|
||||
M.adjustStaminaLoss(-2)
|
||||
return ..()
|
||||
|
||||
/datum/reagent/consumable/ethanol/cum_in_a_hot_tub
|
||||
name = "Cum in the Hot Tub"
|
||||
boozepwr = 80
|
||||
color = "#D2D7D9"
|
||||
quality = DRINK_VERYGOOD
|
||||
taste_description = "smooth cream"
|
||||
glass_icon_state = "cum_glass"
|
||||
shot_glass_icon_state = "cum_shot" //I'm funny, I know
|
||||
glass_name = "Cum in the Hot Tub"
|
||||
glass_desc = "Doesn't really leave it to the imagination, eh?"
|
||||
// /datum/reagent/consumable/ethanol/cum_in_a_hot_tub
|
||||
// name = "Cum in the Hot Tub"
|
||||
// boozepwr = 80
|
||||
// color = "#D2D7D9"
|
||||
// quality = DRINK_VERYGOOD
|
||||
// taste_description = "smooth cream"
|
||||
// glass_icon_state = "cum_glass"
|
||||
// shot_glass_icon_state = "cum_shot" //I'm funny, I know
|
||||
// glass_name = "Cum in the Hot Tub"
|
||||
// glass_desc = "Doesn't really leave it to the imagination, eh?"
|
||||
|
||||
/datum/reagent/consumable/ethanol/cum_in_a_hot_tub/semen
|
||||
boozepwr = 65
|
||||
taste_description = "viscous cream"
|
||||
glass_desc = "The name is probably exactly what it is."
|
||||
// /datum/reagent/consumable/ethanol/cum_in_a_hot_tub/semen
|
||||
// boozepwr = 65
|
||||
// taste_description = "viscous cream"
|
||||
// glass_desc = "The name is probably exactly what it is."
|
||||
|
||||
|
||||
|
||||
@@ -234,7 +234,7 @@
|
||||
|
||||
/obj/item/reagent_containers/syringe/gluttony
|
||||
name = "Gluttony's Abomination"
|
||||
desc = "A syringe recovered from a dread place. It has a transformative chemical, best not to use it... yet...."
|
||||
desc = "A syringe recovered from a dread place. It has a transformative chemical that is said to turn you into a horrible beast."
|
||||
amount_per_transfer_from_this = 1
|
||||
volume = 1
|
||||
list_reagents = list(/datum/reagent/gluttonytoxin = 1)
|
||||
|
||||
Reference in New Issue
Block a user