Merge pull request #36617 from ShizCalev/logging-cleanup

Improves some logging legibility
This commit is contained in:
vuonojenmustaturska
2018-03-28 12:17:32 -05:00
committed by CitadelStationBot
parent 77f40b6be9
commit adf4786470
8 changed files with 16 additions and 16 deletions
-2
View File
@@ -199,8 +199,6 @@
return 0
if(!(lube&SLIDE_ICE))
to_chat(C, "<span class='notice'>You slipped[ O ? " on the [O.name]" : ""]!</span>")
C.log_message("<font color='orange'>Slipped[O ? " on the [O.name]" : ""][(lube&SLIDE)? " (LUBE)" : ""]!</font>", INDIVIDUAL_ATTACK_LOG)
if(!(lube&SLIDE_ICE))
playsound(C.loc, 'sound/misc/slip.ogg', 50, 1, -3)
C.SendSignal(COMSIG_ADD_MOOD_EVENT, "slipped", /datum/mood_event/slipped)