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:
evilew
2023-12-11 22:37:37 +01:00
parent 1f210b1b73
commit 1511e34923
15 changed files with 143 additions and 119 deletions
+3 -3
View File
@@ -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)