mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Move these defines into proper files (#4653)
This commit is contained in:
committed by
Atermonera
parent
1ec3d4b598
commit
e69af92218
@@ -253,4 +253,8 @@
|
||||
if(HYPERSPACE_END)
|
||||
sound_to_play = 'sound/effects/shuttles/hyperspace_end.ogg'
|
||||
for(var/obj/machinery/door/E in A) //dumb, I know, but playing it on the engines doesn't do it justice
|
||||
playsound(E, sound_to_play, 50, FALSE)
|
||||
playsound(E, sound_to_play, 50, FALSE)
|
||||
|
||||
/datum/shuttle/proc/message_passengers(area/A, var/message)
|
||||
for(var/mob/M in A)
|
||||
M.show_message(message, 2)
|
||||
|
||||
@@ -57,10 +57,6 @@
|
||||
|
||||
..() // Do everything else
|
||||
|
||||
/datum/shuttle/proc/message_passengers(area/A, var/message)
|
||||
for(var/mob/M in A)
|
||||
M.show_message(message, 2)
|
||||
|
||||
/*
|
||||
/datum/shuttle/ferry/arrivals/current_dock_target()
|
||||
if(location) // If we're off station.
|
||||
|
||||
Reference in New Issue
Block a user