mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
Fixes nutriment subtypes not having proper taste. (#9556)
This commit is contained in:
@@ -35,7 +35,7 @@ calculate text size per text.
|
||||
for(var/datum/reagent/R in reagent_list)
|
||||
if(!R.taste_mult)
|
||||
continue
|
||||
if(istype(R, /datum/reagent/nutriment))
|
||||
if(R.type == /datum/reagent/nutriment)
|
||||
var/list/taste_data = R.get_data()
|
||||
for(var/taste in taste_data)
|
||||
if(taste in tastes)
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: Alberyk
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "Fixed nutriment subtypes not having proper taste."
|
||||
Reference in New Issue
Block a user