mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
Moves global var ghostimage over to a static var on ghosts
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
var/list/image/ghostimages = list() //this is a list of images of other ghosts that ghosts see when they toggle darkness
|
||||
|
||||
/mob/dead/observer
|
||||
name = "ghost"
|
||||
desc = "It's a g-g-g-g-ghooooost!" //jinkies!
|
||||
@@ -20,6 +20,7 @@ var/list/image/ghostimages = list() //this is a list of images of other ghosts t
|
||||
var/atom/movable/following = null
|
||||
var/fun_verbs = 0
|
||||
var/image/ghostimage = null
|
||||
var/static/list/image/ghostimages = list() //this is a list of images of other ghosts that ghosts see when they toggle darkness
|
||||
|
||||
/mob/dead/observer/New(mob/body)
|
||||
sight |= SEE_TURFS | SEE_MOBS | SEE_OBJS | SEE_SELF
|
||||
|
||||
Reference in New Issue
Block a user