added candy decals and walls, organized GS13 turfs a bit

this also changes some small things, like removing corn oil from vent clog event and nerfing lipoifier generation from grinding calorite
This commit is contained in:
evilew
2023-08-21 01:26:56 +02:00
parent 093909a104
commit 7ca379800c
10 changed files with 105 additions and 17 deletions
@@ -290,7 +290,7 @@ GLOBAL_LIST_INIT(bananium_recipes, list ( \
sheettype = "calorite"
materials = list(MAT_CALORITE=MINERAL_MATERIAL_AMOUNT)
novariants = TRUE
grind_results = list(/datum/reagent/consumable/lipoifier = 3)
grind_results = list(/datum/reagent/consumable/lipoifier = 2)
point_value = 40
merge_type = /obj/item/stack/sheet/mineral/calorite
-15
View File
@@ -12,18 +12,3 @@
barefootstep = FOOTSTEP_WATER
clawfootstep = FOOTSTEP_WATER
heavyfootstep = FOOTSTEP_WATER
/turf/open/chocolateriver // GS13
gender = PLURAL
name = "liquid chocolate"
desc = "This is probably used for some kind of huge fountain."
icon = 'Gainstation13/icons/turf/floor_candy.dmi'
icon_state = "chocwater"
slowdown = 1
bullet_sizzle = TRUE
bullet_bounce_sound = null //needs a splashing sound one day.
footstep = FOOTSTEP_WATER
barefootstep = FOOTSTEP_WATER
clawfootstep = FOOTSTEP_WATER
heavyfootstep = FOOTSTEP_WATER
+1 -1
View File
@@ -167,6 +167,7 @@
CHECK_TICK
// Lipoifier variant here
// GS13
/datum/round_event_control/vent_clog_fat
name = "Clogged Vents: Fattening Chems"
@@ -186,7 +187,6 @@
var/list/saferChems2 = list(
/datum/reagent/consumable/lipoifier,
/datum/reagent/consumable/nutriment,
/datum/reagent/consumable/cornoil,
)
/datum/round_event/vent_clog_fat/announce()