mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 04:26:03 +01:00
Merge pull request #1982 from Giacom/ghost_colours
Added anonus' rainbow ghost icons for BYOND member content.
This commit is contained in:
@@ -129,7 +129,10 @@
|
||||
prefs.save_preferences()
|
||||
src << "Others can[(prefs.toggles & MEMBER_PUBLIC) ? "" : "not"] see whether you are a byond member."
|
||||
|
||||
var/list/ghost_forms = list("ghost","ghostking","ghostian2")
|
||||
var/list/ghost_forms = list("ghost","ghostking","ghostian2","ghost_red","ghost_black", \
|
||||
"ghost_blue","ghost_yellow","ghost_green","ghost_pink", \
|
||||
"ghost_cyan","ghost_dblue","ghost_dred","ghost_dgreen", \
|
||||
"ghost_dcyan","ghost_grey","ghost_dyellow","ghost_dpink")
|
||||
/client/verb/pick_form()
|
||||
set name = "Choose Ghost Form"
|
||||
set category = "Preferences"
|
||||
|
||||
Reference in New Issue
Block a user