mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Added trollface and Friend Computer AI status display. Friend Computer overrides all displays except for supply shuttle and prison ones.
Renamed "Goat Fart" admin rank to "Filthy Xeno" for /tg/ness. Emagging cyborgs works now. Changed rune icons. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@286 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -471,7 +471,7 @@
|
||||
src.verbs += /client/proc/cmd_admin_subtle_message
|
||||
src.verbs += /client/proc/warn
|
||||
|
||||
if ("Goat Fart")
|
||||
if ("Filthy Xeno")
|
||||
src.holder.level = -1
|
||||
src.verbs += /client/proc/stealthadmin
|
||||
src.verbs += /client/proc/cmd_admin_say
|
||||
@@ -1262,7 +1262,7 @@
|
||||
src.verbs += /client/proc/cmd_admin_subtle_message
|
||||
src.verbs += /client/proc/warn
|
||||
|
||||
if ("Goat Fart")
|
||||
if ("Filthy Xeno")
|
||||
src.verbs += /client/proc/cmd_admin_say
|
||||
src.verbs += /client/proc/cmd_admin_gib_self
|
||||
|
||||
@@ -1646,6 +1646,6 @@
|
||||
src.verbs -= /client/proc/cmd_admin_subtle_message
|
||||
src.verbs -= /client/proc/warn
|
||||
|
||||
if ("Goat Fart")
|
||||
if ("Filthy Xeno")
|
||||
src.verbs += /client/proc/cmd_admin_say
|
||||
src.verbs += /client/proc/cmd_admin_gib_self
|
||||
|
||||
Reference in New Issue
Block a user