mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[MIRROR] some more spans (#9170)
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de>
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
else if(card.carded_ai)
|
||||
var/mob/living/silicon/ai/new_occupant = card.carded_ai
|
||||
to_chat(new_occupant, span_notice("You have been transferred into a stationary terminal. Sadly there is no remote access from here."))
|
||||
to_chat(user, "<span class='notice'>Transfer Successful:</span> [new_occupant] placed within stationary terminal.")
|
||||
to_chat(user, span_notice("Transfer Successful:") + " [new_occupant] placed within stationary terminal.")
|
||||
new_occupant.forceMove(src)
|
||||
new_occupant.cancel_camera()
|
||||
new_occupant.control_disabled = TRUE
|
||||
|
||||
Reference in New Issue
Block a user