Grammar and message tweaks (#1722)
This commit is contained in:
committed by
kevinz000
parent
1a4afce396
commit
793a2ce28f
@@ -29,7 +29,7 @@ Possible to do for anyone motivated enough:
|
||||
#define HOLOPAD_MODE RANGE_BASED
|
||||
|
||||
/obj/machinery/holopad
|
||||
name = "Holopad"
|
||||
name = "holopad"
|
||||
desc = "It's a floor-mounted device for projecting holographic images."
|
||||
icon_state = "holopad0"
|
||||
layer = LOW_OBJ_LAYER
|
||||
@@ -303,11 +303,11 @@ Possible to do for anyone motivated enough:
|
||||
Hologram.set_light(2) //hologram lighting
|
||||
|
||||
set_holo(user, Hologram)
|
||||
visible_message("A holographic image of [user] flicks to life right before your eyes!")
|
||||
visible_message("<span class='notice'>A holographic image of [user] flickers to life before your eyes!</span>")
|
||||
|
||||
return Hologram
|
||||
else
|
||||
to_chat(user, "<span class='danger'>ERROR:</span> \black Unable to project hologram.")
|
||||
to_chat(user, "<span class='danger'>ERROR:</span> Unable to project hologram.")
|
||||
|
||||
/*This is the proc for special two-way communication between AI and holopad/people talking near holopad.
|
||||
For the other part of the code, check silicon say.dm. Particularly robot talk.*/
|
||||
|
||||
Reference in New Issue
Block a user