Sec bots will now retaliate if attacked.
Sec bots will cable cuffs people in rigs instead of stun-locking.
Reduces real time for demanding surrender from 12 seconds to 6 seconds.
* Adds Laser Tag Turrets
* Adds changelog
* Reverts Lethal Turrets Shooting to Kill
* Small No Longer Means Misc Life
* Revert "Merge branch 'master' into Turret"
This reverts commit 0300e6723b, reversing
changes made to 219348783d.
* Revert "Revert "Merge branch 'master' into Turret""
This reverts commit ca3d13b337.
* Github why
* Change laser.dm to master?
* Revert "Change laser.dm to master?"
This reverts commit da562f6bc1.
* Fixes Repairing Bots
You can now repair beepsky, slime securitrons, and other bots if they get damaged
* Can Fix Emag
* Updates changelog
* fix rcsadd to rscadd
* Combat Mechs Can Punch More Things
Removes the var to check for the 5 things it can attack, instead it can punch anything (but not everything will take damage).
Gives punching objects a check so you don't accidently smash something without meaning to.
Gives closets and canisters a proc to take_damage so they'll actually get smashed by the mechs.
* Take_Damage Boogaloo
* More take_damage Stuff
Adds click delay on attacking barriers.
Proper noises when attacking material doors and barricades.
More stuff can be broken by mech punch and simple mobs.
* Adds changelong
* usr to user
This will make the ripley as fast as a durand. Putting it on non-ripley mechs will make them slower.
materials = list(DEFAULT_WALL_MATERIAL = 10000, "silver" = 1000, "gold" = 1000)
(5 steel sheets, 1/2 gold and silver sheet)
req_tech = list( TECH_POWER = 5, TECH_MATERIAL = 4, TECH_ENGINEERING = 4)
* Nalarac's Farmbot Tweak
Adding access_xenobiology to the permission levels for Farmbots so xenobotanists can make use of the bugger. Doing this on behalf of Nalarac, using work from https://github.com/PolarisSS13/Polaris/pull/6288
* Revert "Nalarac's Farmbot Tweak"
This reverts commit bba618a396.
* Test Comment Addition
* Back on Track
Restores reverted line and re-adds CL. This compiles FINE in everything BUT here. Think it's just Travis being buggy or something.