mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
removed relative path
This commit is contained in:
@@ -736,7 +736,7 @@
|
||||
src << "<span class='danger'>Would you like to send a report to NanoTraSoft? Y/N</span>"
|
||||
sleep(10)
|
||||
src << "<span class='danger'>> N</span>"
|
||||
src << sound('AISyndiHack.ogg')
|
||||
src << sound('/sound/voice/AISyndiHack.ogg')
|
||||
sleep(20)
|
||||
src << "<span class='danger'>ERRORERRORERROR</span>"
|
||||
src << "<b>Obey these laws:</b>"
|
||||
@@ -1471,4 +1471,4 @@
|
||||
return 0
|
||||
|
||||
/mob/living/silicon/robot/proc/help_shake_act(mob/user)
|
||||
user.visible_message("<span class='notice'>[user.name] pats [src.name] on the head.</span>")
|
||||
user.visible_message("<span class='notice'>[user.name] pats [src.name] on the head.</span>")
|
||||
|
||||
Reference in New Issue
Block a user