mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 04:28:12 +01:00
Merge branch 'dev-freeze' of https://github.com/Baystation12/Baystation12 into dev
Conflicts: code/game/gamemodes/intercept_report.dm code/game/gamemodes/traitor/traitor.dm code/global.dm code/modules/mob/inventory.dm code/modules/mob/living/living.dm html/changelogs/.all_changelog.yml
This commit is contained in:
@@ -101,7 +101,7 @@
|
||||
if(seed.get_trait(TRAIT_REQUIRES_NUTRIENTS))
|
||||
if(seed.get_trait(TRAIT_NUTRIENT_CONSUMPTION) < 0.05)
|
||||
dat += "<td>Low</td>"
|
||||
else if(seed.get_trait(TRAIT_REQUIRES_NUTRIENTS) > 0.2)
|
||||
else if(seed.get_trait(TRAIT_NUTRIENT_CONSUMPTION) > 0.2)
|
||||
dat += "<td>High</td>"
|
||||
else
|
||||
dat += "<td>Norm</td>"
|
||||
|
||||
Reference in New Issue
Block a user