mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Ghosts may now examine silicons to read their laws!
- Examining an AI or Cyborg as a ghost now displays its laws.
This commit is contained in:
@@ -19,4 +19,6 @@
|
||||
msg += "[src]Core.exe has stopped responding! NTOS is searching for a solution to the problem...\n"
|
||||
msg += "*---------*</span>"
|
||||
|
||||
user << msg
|
||||
user << msg
|
||||
|
||||
..()
|
||||
@@ -0,0 +1,4 @@
|
||||
/mob/living/silicon/examine(mob/user) //Displays a silicon's laws to ghosts
|
||||
if(laws && isobserver(user))
|
||||
user << "<b>[src] has the following laws:</b>"
|
||||
laws.show_laws(user)
|
||||
@@ -47,3 +47,5 @@
|
||||
msg += "*---------*</span>"
|
||||
|
||||
user << msg
|
||||
|
||||
..()
|
||||
Reference in New Issue
Block a user