mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 20:41:41 +09:00
.
This commit is contained in:
@@ -23,7 +23,7 @@ Commands.new("kill", { "exp-commands_kill.description" })
|
|||||||
elseif other_player == player then
|
elseif other_player == player then
|
||||||
-- You can always kill yourself
|
-- You can always kill yourself
|
||||||
other_player.character.die()
|
other_player.character.die()
|
||||||
elseif highest_role(player).index > highest_role(other_player).index then
|
elseif highest_role(other_player).index < highest_role(player).index then
|
||||||
-- Can kill lower role players
|
-- Can kill lower role players
|
||||||
other_player.character.die()
|
other_player.character.die()
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user