mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-23 21:26:30 +01:00
use /global/ sugar for bare globals, no leading /
This commit is contained in:
@@ -151,7 +151,7 @@
|
||||
Custom Name
|
||||
*/
|
||||
|
||||
var/datum/gear_tweak/custom_name/gear_tweak_free_name = new()
|
||||
var/global/datum/gear_tweak/custom_name/gear_tweak_free_name = new()
|
||||
|
||||
/datum/gear_tweak/custom_name
|
||||
var/list/valid_custom_names
|
||||
@@ -182,7 +182,7 @@ var/datum/gear_tweak/custom_name/gear_tweak_free_name = new()
|
||||
/*
|
||||
Custom Description
|
||||
*/
|
||||
var/datum/gear_tweak/custom_desc/gear_tweak_free_desc = new()
|
||||
var/global/datum/gear_tweak/custom_desc/gear_tweak_free_desc = new()
|
||||
|
||||
/datum/gear_tweak/custom_desc
|
||||
var/list/valid_custom_desc
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
var/list/loadout_categories = list()
|
||||
var/list/gear_datums = list()
|
||||
var/global/list/loadout_categories = list()
|
||||
var/global/list/gear_datums = list()
|
||||
|
||||
/datum/loadout_category
|
||||
var/category = ""
|
||||
|
||||
Reference in New Issue
Block a user