porting "global to static"

This commit is contained in:
Ghommie
2019-11-09 22:53:56 +01:00
parent c9cd27c38c
commit 9591bb5471
10 changed files with 12 additions and 15 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
unit_name = "new plant species sample"
export_types = list(/obj/item/seeds)
var/needs_discovery = FALSE // Only for undiscovered species
var/global/list/discoveredPlants = list()
var/static/list/discoveredPlants = list()
/datum/export/seed/get_cost(obj/O)
var/obj/item/seeds/S = O