mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 23:17:28 +01:00
Fixes invisibility potions (#18565)
* Fixes invisibility potions Fixed invisibility potions being able to spawn in fruit. Cleaned up some missing reagent defines for glamour potions. * Fix thingies * Oopsies
This commit is contained in:
@@ -54,8 +54,8 @@
|
||||
rtotal += round(potency/reagent_data[2])
|
||||
if(rid == REAGENT_ID_NUTRIMENT)
|
||||
data[seed.seed_name] = max(1,rtotal)
|
||||
|
||||
reagents.add_reagent(rid,max(1,rtotal),data)
|
||||
if(rid != REAGENT_ID_GLAMOUR_INVIS)
|
||||
reagents.add_reagent(rid,max(1,rtotal),data)
|
||||
update_desc()
|
||||
if(reagents.total_volume > 0)
|
||||
bitesize = 1+round(reagents.total_volume / 2, 1)
|
||||
|
||||
Reference in New Issue
Block a user