From 4330a6dc2e58e2e7824cccf39d231e68cdc04535 Mon Sep 17 00:00:00 2001 From: Lars Mueller Date: Sat, 11 Apr 2020 00:22:49 +0200 Subject: [PATCH] Things --- Readme.md | 16 ++++++++-------- main.lua | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Readme.md b/Readme.md index 4704e9d..4f25cc2 100644 --- a/Readme.md +++ b/Readme.md @@ -16,14 +16,6 @@ Written by LMD aka appguru(eu). Licensed under the GPLv3. * Can be (un)buried by digging node below them * Buried landmines are harder to spot & can't be easily picked up * Special - * ~~Whips~~ temporarily cancelled as unfinished - * High range, average damage - * Causes bleeding & stunning (by chance) - * Right-click to "capture" player - * Drops their wielded item - * Player can't attack while captured - * Can be dragged around - * Unleashed as soon as RMB is released * Futuristic Grappling Hook * Throw to hook it somewhere * Creates Force Beam @@ -35,5 +27,13 @@ Written by LMD aka appguru(eu). Licensed under the GPLv3. * Turns slowly, so you can try dodging * Only attacks owners opponents * Destroying/digging the base destroys the turret + * ~~Whips~~ temporarily cancelled as unfinished + * High range, average damage + * Causes bleeding & stunning (by chance) + * Right-click to "capture" player + * Drops their wielded item + * Player can't attack while captured + * Can be dragged around + * Unleashed as soon as RMB is released * Many more! * Soon \ No newline at end of file diff --git a/main.lua b/main.lua index 1f1bafe..e4a560f 100644 --- a/main.lua +++ b/main.lua @@ -1,4 +1,4 @@ -adv_weapons.is_opponent = function(a, b) return a == b end +adv_weapons.is_opponent = function(a, b) return a ~= b end players = {} last_use = {}