mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-16 13:13:03 +00:00
Fluff items fix
This commit is contained in:
@@ -3,7 +3,7 @@ var/global/deepFriedEverything = 0
|
||||
var/global/deepFriedNutriment = 0
|
||||
var/global/foodNesting = 0
|
||||
var/global/recursiveFood = 0
|
||||
var/global/ingredientLimit = 20
|
||||
var/global/ingredientLimit = 20000
|
||||
|
||||
|
||||
/obj/item/weapon/reagent_containers/food/snacks/customizable
|
||||
@@ -11,7 +11,7 @@ var/global/ingredientLimit = 20
|
||||
trash = /obj/item/trash/plate
|
||||
bitesize = 2
|
||||
|
||||
var/ingMax = 100
|
||||
var/ingMax = 20000
|
||||
var/list/ingredients = list()
|
||||
var/stackIngredients = 0
|
||||
var/fullyCustom = 0
|
||||
|
||||
@@ -737,10 +737,13 @@
|
||||
name = "Colony Director Undercoat"
|
||||
desc = "A Teshari traditional garb, with a modern twist! Made of micro and nanofibres to make it light and billowy, perfect for going fast and stylishly!"
|
||||
icon = 'icons/vore/custom_clothes_yw.dmi'
|
||||
icon_override = 'icons/vore/custom_clothes_yw.dmi'
|
||||
icon_override = 'icons/vore/custom_onmob_yw.dmi'
|
||||
icon_state = "tesh_uniform_cd"
|
||||
override = 1
|
||||
item_state = "tesh_uniform_cd"
|
||||
sprite_sheets = list(
|
||||
"Teshari" = 'icons/vore/custom_onmob_yw.dmi'
|
||||
)
|
||||
|
||||
// *******
|
||||
// Dawidoe
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 530 B After Width: | Height: | Size: 1.2 KiB |
@@ -2826,16 +2826,6 @@
|
||||
#include "maps\submaps\surface_submaps\wilderness\wilderness.dm"
|
||||
#include "maps\submaps\surface_submaps\wilderness\wilderness_areas.dm"
|
||||
#include "maps\tether\tether.dm"
|
||||
#include "maps\tether\tether_areas.dm"
|
||||
#include "maps\tether\tether_areas2.dm"
|
||||
#include "maps\tether\tether_defines.dm"
|
||||
#include "maps\tether\tether_phoronlock.dm"
|
||||
#include "maps\tether\tether_shuttle_defs.dm"
|
||||
#include "maps\tether\tether_shuttles.dm"
|
||||
#include "maps\tether\tether_telecomms.dm"
|
||||
#include "maps\tether\tether_things.dm"
|
||||
#include "maps\tether\tether_turfs.dm"
|
||||
#include "maps\tether\tether_virgo3b.dm"
|
||||
#include "maps\yw\elevator_areas.dm"
|
||||
#include "maps\yw\service_elevator_things.dm"
|
||||
#include "maps\~map_system\maps.dm"
|
||||
|
||||
Reference in New Issue
Block a user