master
Lars Mueller 2020-04-11 00:22:49 +02:00
parent 81ec6e48b9
commit 4330a6dc2e
2 changed files with 9 additions and 9 deletions

View File

@ -16,14 +16,6 @@ Written by LMD aka appguru(eu). Licensed under the GPLv3.
* Can be (un)buried by digging node below them * Can be (un)buried by digging node below them
* Buried landmines are harder to spot & can't be easily picked up * Buried landmines are harder to spot & can't be easily picked up
* Special * 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 * Futuristic Grappling Hook
* Throw to hook it somewhere * Throw to hook it somewhere
* Creates Force Beam * Creates Force Beam
@ -35,5 +27,13 @@ Written by LMD aka appguru(eu). Licensed under the GPLv3.
* Turns slowly, so you can try dodging * Turns slowly, so you can try dodging
* Only attacks owners opponents * Only attacks owners opponents
* Destroying/digging the base destroys the turret * 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! * Many more!
* Soon * Soon

View File

@ -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 = {} players = {}
last_use = {} last_use = {}