mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 22:28:44 +01:00
[MIRROR] Adds a new ghost vis blocking area flag (#9636)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Kashargul
parent
28bc4e4d8b
commit
d35faa5844
@@ -124,7 +124,7 @@ var/global/list/env_messages = list()
|
||||
/client/proc/create_gm_message()
|
||||
set name = "Map Message - Create"
|
||||
set desc = "Create an ooc message in the environment for other players to see."
|
||||
set category = "Fun.Event Kit" //CHOMPEdit
|
||||
set category = "Fun.Event Kit"
|
||||
|
||||
if(!check_rights(R_FUN))
|
||||
return
|
||||
@@ -154,7 +154,7 @@ var/global/list/env_messages = list()
|
||||
/client/proc/remove_gm_message()
|
||||
set name = "Map Message - Remove"
|
||||
set desc = "Remove any env/map message."
|
||||
set category = "Fun.Event Kit" //CHOMPEdit
|
||||
set category = "Fun.Event Kit"
|
||||
|
||||
if(!istype(src) || !src.ckey)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user