From 0f4a3efcb5ed66afdc882182c0b4c5589bf95064 Mon Sep 17 00:00:00 2001 From: keronshb Date: Tue, 22 Feb 2022 17:26:19 -0500 Subject: [PATCH] Fixes weird flipped line --- code/controllers/configuration/entries/general.dm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/code/controllers/configuration/entries/general.dm b/code/controllers/configuration/entries/general.dm index 1ffb5089b4..9966f90ce7 100644 --- a/code/controllers/configuration/entries/general.dm +++ b/code/controllers/configuration/entries/general.dm @@ -350,7 +350,8 @@ /datum/config_entry/flag/station_name_needs_approval -//ambition end - config_entry_value = 5 -/datum/config_entry/number/max_ambitions // Maximum number of ambitions a mind can store. //ambition start +/datum/config_entry/number/max_ambitions // Maximum number of ambitions a mind can store. + config_entry_value = 5 +//ambition end +