]> jfr.im git - irc/quakenet/lua-labspace.git/commitdiff
Fix role message for alien kills.
authorshroud <redacted>
Sat, 22 Jun 2013 13:59:38 +0000 (15:59 +0200)
committershroud <redacted>
Sat, 22 Jun 2013 13:59:38 +0000 (15:59 +0200)
labspace.lua

index 796ffd80e17238aa357a616a41ac44173ac939e5..ff0b89c202ca37880e5a5c235098e3de65ddb8aa 100644 (file)
@@ -17,7 +17,7 @@
 
 -- TODO
 -- logging
--- make idle notifications independent from game delay
+-- vote info in !status
 
 -- Ideas:
 -- scientists vote on kills
@@ -577,10 +577,10 @@ function ls_cmd_kill(numeric, victim)
     ls_devoice_player(channel, numeric)
     ls_devoice_player(channel, victimnumeric)
     
+    ls_chanmsg(channel, "An alien bursts out of " .. ls_format_player(channel, victimnumeric, true) .. "'s chest just as " .. ls_format_player(channel, numeric, true) .. " was about to murder them, killing them both.")
+
     ls_remove_player(channel, numeric, true)
     ls_remove_player(channel, victimnumeric, true)
-
-    ls_chanmsg(channel, "An alien bursts out of " .. ls_format_player(channel, victimnumeric, true) .. "'s chest just as " .. ls_format_player(channel, numeric, true) .. " was about to murder them, killing them both.")
   else
     ls_devoice_player(channel, victimnumeric)