mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 05:27:01 +01:00
Reduce lines by removing blank lines added by PJ's script
This commit is contained in:
@@ -19,7 +19,6 @@ var/list/sounds_cache = list()
|
||||
if(M.client.prefs.sound & SOUND_MIDI)
|
||||
to_chat(M, uploaded_sound)
|
||||
|
||||
|
||||
feedback_add_details("admin_verb","PGS") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
|
||||
|
||||
|
||||
@@ -89,11 +88,9 @@ var/list/sounds_cache = list()
|
||||
if(M.client.midis)
|
||||
to_chat(M, 'cubanpetetime.ogg')
|
||||
|
||||
|
||||
for(var/mob/living/carbon/human/CP in world)
|
||||
if(CP.real_name=="Cuban Pete" && CP.key!="Rosham")
|
||||
to_chat(CP, "Your body can't contain the rhumba beat")
|
||||
|
||||
CP.gib()
|
||||
|
||||
|
||||
@@ -108,7 +105,6 @@ var/list/sounds_cache = list()
|
||||
to_chat(M, 'bananaphone.ogg')
|
||||
|
||||
|
||||
|
||||
client/proc/space_asshole()
|
||||
set category = "Event"
|
||||
set name = "Space Asshole"
|
||||
@@ -120,7 +116,6 @@ client/proc/space_asshole()
|
||||
to_chat(M, 'sound/music/space_asshole.ogg')
|
||||
|
||||
|
||||
|
||||
client/proc/honk_theme()
|
||||
set category = "Event"
|
||||
set name = "Honk"
|
||||
@@ -130,4 +125,3 @@ client/proc/honk_theme()
|
||||
if(M.client)
|
||||
if(M.client.midis)
|
||||
to_chat(M, 'honk_theme.ogg')*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user