mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 22:12:58 +01:00
Fixes a Loadout Entry Description (#15595)
This commit is contained in:
@@ -117,7 +117,7 @@
|
||||
|
||||
/singleton/reagent/alcohol //Parent class for all alcoholic reagents, though this one shouldn't be used anywhere.
|
||||
name = null // This null name should prevent alcohol from being added to global lists.
|
||||
description = "An abstract type you shouldn't be able to see."
|
||||
description = DESC_PARENT
|
||||
reagent_state = LIQUID
|
||||
color = "#404030"
|
||||
ingest_met = REM * 5
|
||||
|
||||
Reference in New Issue
Block a user