Alchemy + Guidebook initialization (#124)
* remove Guidebook
* water and blood
* localization things
* added vital extract
* some fixes
* added bloodgrass
* guidebook localization
* fixes icons and remove unnecesary fields
* added inhand cauldron
* fix wallmount board
* Update bonfire.yml
* Update bonfire.yml
* alchemy furnace + mist
* fixes
* Guidebook localization
* Update drinks.yml
* Revert "remove Guidebook"
This reverts commit 7924cf235f.
* fix filtering guidebook
* test fix
* Update heater.yml
This commit is contained in:
@@ -122,8 +122,12 @@ public sealed class TemperatureSystem : EntitySystem
|
||||
public void ChangeHeat(EntityUid uid, float heatAmount, bool ignoreHeatResistance = false,
|
||||
TemperatureComponent? temperature = null)
|
||||
{
|
||||
if (!Resolve(uid, ref temperature))
|
||||
//CrystallPunk may try place on heater and entity, and solutions
|
||||
//if (!Resolve(uid, ref temperature))
|
||||
// return;
|
||||
if (temperature == null)
|
||||
return;
|
||||
//CrystallPunk may try place on heater and entity, and solutions END
|
||||
|
||||
if (!ignoreHeatResistance)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user