From 793751e1e17198a4cf736932423a9d804e2b0c72 Mon Sep 17 00:00:00 2001 From: foboscheshir <156405958+foboscheshir@users.noreply.github.com> Date: Mon, 5 Aug 2024 22:10:16 +0700 Subject: [PATCH 1/2] black cap fix --- .../Soft/blacksoft.rsi/equipped-HELMET-vox.png | Bin 339 -> 339 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/Resources/Textures/Clothing/Head/Soft/blacksoft.rsi/equipped-HELMET-vox.png b/Resources/Textures/Clothing/Head/Soft/blacksoft.rsi/equipped-HELMET-vox.png index 1caf3f556b213012d4216100b85b75155dabb5ca..cfbb20363090f7504330be691570d6c03e711dde 100644 GIT binary patch delta 278 zcmcc2beU;_TfHWSor~K2`jStIEEiolSd3V$Lx0u&3f!|r@9+O<6S${y8}69H@o&4i zZ_xG9+r?|%S6_{jI=9pLZ=yuVSAF%;*zH$KbzKABY@9M_&FiYusus`9vfnQJXLEj) zcg1x%m8D+{?&-EDXsU85ro8>U&~w)F$R5MrcdGSMBhzG`bd|=|ySk_x`(co^VqVT= zljz&qe%Hvj&s_F$TRj6D6vUQUzg`onyC^^WeyqCoP0Q_)$xBwPIy`Gz?B7*=TfYhP z8+LuSTiv(Hx~6Qx`*V6v^k4mHTf-eO?WxJTz0*@8zooDK>lFWU{i{D)*x-gHeCL#Y WS>(#gFRj)B67+QSb6Mw<&;$Ubp?_%r delta 278 zcmcc2beU;_TfHZXyi)MJ`jStIES}RG916I~R=o}Xt1)k__y7H>PYykG;?YxY`v2B- z@{>8y`;Y(H7yfo>;@Z1c<=Y%X|CdZE&RhFBs%z1WB+K+p!+S-X*KTdioE2O9e(x)x zxUK9bE$w^CXFrcDI%jnL^U~UTCZ6}I4Ugq~o-%1lYUN9X^dl0k^)4xq)7k@_zoy*Y z7Q1`h?PrfIPMP>_|I5q(2Xo4H&M&{RTKwYo*YDRAYu=37EtR}v)vCL*w#ENn<9FF) z_m53FlY(}IxL=jCw>lB-F8)cpwC?ayZVpA6W5HfRPB-SQ{l;DU#D4YX%TjPdKfIJ( Xwx-B+1^=6wzd?eYu6{1-oD!M<8Y6{R From 8459e524025c0cf7d6850267e3fa61041a333e5b Mon Sep 17 00:00:00 2001 From: foboscheshir <156405958+foboscheshir@users.noreply.github.com> Date: Tue, 6 Aug 2024 13:28:34 +0700 Subject: [PATCH 2/2] grill_cutlet --- .../Entities/Objects/Consumable/Food/meat.yml | 3 +++ .../Recipes/Construction/Graphs/food/steak.yml | 16 ++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml index 59b1db17820d1f..62905ae578a60a 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml @@ -1094,6 +1094,9 @@ Quantity: 3 - ReagentId: Fat Quantity: 2 + type: Construction + graph: FoodMeatCutlet + node: Raw cutlet - type: entity name: raw bear cutlet diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/food/steak.yml b/Resources/Prototypes/Recipes/Construction/Graphs/food/steak.yml index bbf8f5ef54deb0..4e1c22287fc433 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/food/steak.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/food/steak.yml @@ -173,3 +173,19 @@ - minTemperature: 345 - node: bacon entity: FoodMeatBaconCooked + + # raw cutlet + type: constructionGraph + id: FoodMeatCutlet + start: start + graph: + node: start + edges: + to: FoodMeatCutletCooked + completed: + !type:PlaySound + sound: /Audio/Effects/sizzle.ogg + steps: + minTemperature: 345 + node: FoodMeatCutlet + entity: FoodMeatCutletCooked