mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Makes all global variables handled by the GLOB controller (#13152)
* Handlers converted, now to fix 3532 compile errors * 3532 compile fixes later, got runtimes on startup * Well the server loads now atleast * Take 2 * Oops
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
if(ishuman(src))
|
||||
if(prob(10))
|
||||
custom_emote(1,"writhes in [p_their()] sleep.")
|
||||
dir = pick(cardinal)
|
||||
dir = pick(GLOB.cardinal)
|
||||
|
||||
/mob/living/carbon/proc/experience_dream(dream_image, isNightmare)
|
||||
dreaming--
|
||||
|
||||
Reference in New Issue
Block a user