mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-27 22:57:15 +01:00
Added lines to end of files, modularized previous additions, added user input to close batch file
This commit is contained in:
@@ -192,3 +192,16 @@
|
||||
icon_state = "bean_bagopen"
|
||||
else
|
||||
icon_state = "bean_bag"
|
||||
|
||||
/obj/item/reagent_containers/food/snacks/sfseeds
|
||||
name = "\improper Old Glory sunflower seeds"
|
||||
icon_state = "sfseeds"
|
||||
icon = 'modular_splurt/icons/obj/food/food.dmi'
|
||||
desc = "Sunflower seeds grown in the land of the free."
|
||||
trash = /obj/item/trash/sfseeds
|
||||
list_reagents = list(/datum/reagent/consumable/nutriment = 2, /datum/reagent/consumable/sodiumchloride = 3)
|
||||
junkiness = 20
|
||||
filling_color = "##BCAAA4"
|
||||
tastes = list("americana" = 1)
|
||||
foodtype = JUNKFOOD
|
||||
|
||||
@@ -11,7 +11,8 @@
|
||||
"Senator",
|
||||
"Consul",
|
||||
"Cap-Slut",
|
||||
"Condom"
|
||||
"Condom",
|
||||
"Catpain"
|
||||
)
|
||||
LAZYADD(alt_titles, extra_titles)
|
||||
. = ..()
|
||||
|
||||
@@ -19,3 +19,29 @@
|
||||
flags = TONGUELESS_SPEECH
|
||||
icon_state = "birb"
|
||||
restricted = FALSE
|
||||
|
||||
/datum/language/modular_splurt/nyanese
|
||||
name = "Nyanese"
|
||||
desc = "The intergalatic language of felines, often used to annoy gods."
|
||||
speech_verb = "meows"
|
||||
ask_verb = "mrrps"
|
||||
exclaim_verb = "mrowls"
|
||||
key = "f"
|
||||
flags = TONGUELESS_SPEECH
|
||||
space_chance = 100
|
||||
syllables = list(
|
||||
"Meow", "Meow", "Meow", "Meow", "Meow", "Meow", "Meow", "Meow", "Meow", "Meow", "Mrrp", "Hiss", "Prrr", "Myaa", "Mrow", "Nyah", "Rrrt", "Purr", "Yow",
|
||||
"Murrr", "Meow", "Nyaa", "Meow", "Mii", "Meeoo", "Meow", "Rrraow", "Chrr", "Mrrrr", "Myaow", "Mrawr", "Mrowl",
|
||||
"Meeeow", "Nyrrrr", "Rrrrrooo", "Meow", "Hrrrrt", "Meeew","Meow", "Mieow", "Raaow", "Meerp", "Meow", "Ryaa", "Meow", "Hrrrawr",
|
||||
"Meow", "Meow", "Meow", "Meow", "Meow", "Meow", "Meow", "Meow", "Meow", "Meow", "Meow", "Meow", "Meow",
|
||||
"Meow", "Meow", "Meow", "Meow", "Meow", "Meow", "Meow", "Meow", "Meow", "Meow", "Meow", "Meow", "Meow",
|
||||
"Meow", "Meow", "Meow", "Meow", "Meow", "Meow", "Meow"
|
||||
|
||||
)
|
||||
icon_state = "feline"
|
||||
icon = 'modular_splurt/icons/misc/language.dmi'
|
||||
default_priority = 75
|
||||
//SKYRAT CHANGE - language restriction
|
||||
restricted = FALSE
|
||||
//
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
/obj/machinery/vending/snack/Initialize(mapload)
|
||||
var/list/extra_products = list(
|
||||
/obj/item/storage/fancy/jellybean_bowl = 5
|
||||
/obj/item/storage/fancy/jellybean_bowl = 5,
|
||||
/obj/item/reagent_containers/food/snacks/sfseeds = 5
|
||||
)
|
||||
LAZYADD(products, extra_products)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user