mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
global lists global defined
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
|
||||
/mob/living/carbon/proc/dream()
|
||||
var/list/dreams = custom_dreams(dream_strings, src)
|
||||
var/list/dreams = custom_dreams(GLOB.dream_strings, src)
|
||||
|
||||
for(var/obj/item/bedsheet/sheet in loc)
|
||||
dreams += sheet.dream_messages
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
//NIGHTMARES
|
||||
/mob/living/carbon/proc/nightmare()
|
||||
var/list/nightmares = nightmare_strings.Copy()
|
||||
var/list/nightmares = GLOB.nightmare_strings.Copy()
|
||||
|
||||
for(var/obj/item/bedsheet/sheet in loc)
|
||||
nightmares += sheet.nightmare_messages
|
||||
|
||||
Reference in New Issue
Block a user