Neerti
d9bd49aae4
Aiming at someone is now logged
2017-04-14 03:40:03 -04:00
Neerti
e5fd28818d
Merge pull request #3299 from Anewbe/grabfix
...
Should fix throwing people.
2017-04-14 01:10:23 -04:00
Neerti
cc64f0e537
Merge pull request #3255 from Anewbe/bartender_weapon_permit
...
Gives the bartender a weapon permit in their spawned item list
2017-04-14 01:04:19 -04:00
Neerti
e4bd163331
Merge pull request #3265 from Anewbe/skrellian_voidsuit
...
Rebalances some alien space suits
2017-04-14 01:03:33 -04:00
Neerti
55fbf0b84b
Merge pull request #3288 from Anewbe/hard_hat
...
Hardhat tweaks
2017-04-14 01:02:40 -04:00
Neerti
770f3d4ab5
Merge pull request #3290 from Anewbe/antag_infections
...
Ling and Technomancer now have ways to cure infections
2017-04-14 01:02:11 -04:00
Anewbe
4cf38d9037
Should fix throwing people.
2017-04-13 23:38:16 -05:00
LorenLuke
452f1fad9b
Merge branch 'master' into Grab-Throw-Fix
2017-04-13 19:29:40 -07:00
LorenLuke
a0eecc9f45
Fixes grabs not being able to throw (sorry... :c )
2017-04-13 19:28:10 -07:00
Yoshax
91e060621d
Fixes scrubber Phoron scrubbing
2017-04-13 22:32:40 +01:00
Anewbe
d1657e23c2
Ling and Technomancer now have ways to cure infections
2017-04-12 19:15:32 -05:00
Neerti
88e38117d9
Merge pull request #3016 from Anewbe/weapon_dulling
...
Material Weapon rework
2017-04-12 18:08:04 -04:00
Anewbe
077fa19920
Merge pull request #3285 from Anewbe/aviator_fix
...
Fixes aviator SecHUDS
2017-04-12 16:52:46 -05:00
Anewbe
771063f7a7
Merge pull request #3270 from SinTwo/tablefix
...
Table Fix
2017-04-12 16:40:54 -05:00
Anewbe
95aff3ae40
Tweaks the message given when a weapon dulls
2017-04-12 16:22:17 -05:00
Anewbe
21d833746d
Merge branch 'master' of https://github.com/PolarisSS13/Polaris into weapon_dulling
2017-04-12 16:10:58 -05:00
Cerebulon
18de8caf6a
Adds two side swept versions of the Undercut haircut
...
Also removes a couple of unnecessary comments from the file.
2017-04-12 21:13:59 +01:00
Anewbe
746e98a012
Hardhat tweaks
2017-04-11 23:09:43 -05:00
Anewbe
60fa2839e7
Fixes aviator SecHUDS
2017-04-11 21:20:48 -05:00
Neerti
75cc189723
Merge pull request #3271 from VOREStation/aro-pol-panic
...
Quick & Dirty Panic Bunker Port
2017-04-11 21:55:59 -04:00
Neerti
920ad74e42
Merge pull request #3279 from Anewbe/borg_cuffs
...
Should fix borg handcuffs
2017-04-11 21:54:56 -04:00
Neerti
f24a252a8e
Merge pull request #3281 from VOREStation/fix-scheduled-task-controller
...
Fix null pointer runtime in scheduled task controller.
2017-04-11 21:54:37 -04:00
Neerti
ac12cfc33f
Merge pull request #3283 from Anewbe/ninja_drugs
...
Ninja rig has different chems
2017-04-11 21:52:58 -04:00
Neerti
d0d19af7c5
Merge pull request #3284 from Anewbe/brainloss
...
Lessens brainloss from oxyloss
2017-04-11 21:52:27 -04:00
Anewbe
56292c6c5f
Merge pull request #3260 from VOREStation/aro-pol-spawnverb
...
Fix 'Spawn Character' DNA
2017-04-11 20:50:45 -05:00
Anewbe
03c0ebf490
Lessens brainloss from oxyloss
2017-04-11 20:42:17 -05:00
Anewbe
4085e28285
Ninja rig has different chems
2017-04-11 20:34:11 -05:00
Anewbe
fcc33c7816
Merge pull request #3282 from VOREStation/aro-pol-morenet
...
Another e-net tweak
2017-04-11 20:12:30 -05:00
Arokha Sieyes
7e69bafa53
Another e-net tweak
...
Exploit where if you started breaking the net from the OUTSIDE, even if pulled away from you, you could break it. Adds a target to the do_after.
2017-04-11 21:03:09 -04:00
Anewbe
be291a93c6
Merge pull request #3269 from VOREStation/port-process-scheduler
...
Process deferral and profiling improvements
2017-04-11 19:18:11 -05:00
Leshana
4f3029fcb2
Fix null pointer runtime in scheduled task controller.
...
* If the "scheduler" controller is restarted by the process scheduler for
any reason, it will start throwing runtimes every status panel update
because the new replacement instance doesn't initialize its list of
schedule tasks.
* Fix that by copying over the unfinished list from the old instance, but
doing some safety checks to make sure it doesn't copy over bad stuff.
2017-04-11 19:16:35 -04:00
Anewbe
2c1a748650
Merge pull request #3274 from LorenLuke/Grabs
...
Resisting out of choking grabs isn't 100% guaranteed anymore.
2017-04-11 18:11:11 -05:00
ArbyTheDragon
82005ff9c1
Tending to OCD by capitalizing 'carthatoline'
...
Pow. It's gonna be changed.
2017-04-11 15:22:53 -05:00
Anewbe
fc8c32ea92
Should fix borg handcuffs
2017-04-11 13:12:17 -05:00
LorenLuke
faf85774b5
Resisting out of choking grabs isn't 100% guaranteed anymore. Tweaked some ling checks to compensate.
2017-04-11 01:16:03 -07:00
Arokha Sieyes
42998da918
Fix 'if' statement on Panic Bunker
...
Prints error message when it doesn't need to and works fine. Also moves check up slightly to prevent an exploit.
2017-04-11 00:13:54 -04:00
Arokha Sieyes
66327aecc7
Quick & Dirty Panic Bunker Port
...
Tested on our server, works. Doesn't work if you don't have a DB (how would it?).
2017-04-11 00:13:43 -04:00
SinTwo
afb6f1b572
Fixes : #3268
2017-04-10 23:32:38 -04:00
Krausus
b183ce3ad2
Process deferral and profiling improvements
...
* Merges Krausus's https://github.com/ParadiseSS13/Paradise/pull/5472 from Paradise
2017-04-10 22:55:02 -04:00
Anewbe
d9235883ff
Rebalances some alien space suits
2017-04-10 19:09:29 -05:00
Arokha Sieyes
a2ec0d43f1
Fix 'Spawn Character' DNA
...
Made spawned characters always use male sprites and not have accurate DNA. Also would runtime if you picked the option to not put a mind in, as it assumed there would be one.
2017-04-10 14:40:43 -04:00
Leshana
249b5a904b
Fix step_trigger teleporters to use forceMove()
...
* They previously just updated your coordinates, skipping all those things which forceMove() was invented for and causing all the same problems that mob.loc = X caused.
2017-04-10 13:02:47 -04:00
Anewbe
6a99123f51
Merge branch 'master' of https://github.com/PolarisSS13/Polaris into weapon_dulling
2017-04-10 11:26:09 -05:00
Anewbe
e373a0b353
Fixes the %ETA% thing on evac shuttles
2017-04-09 20:04:53 -05:00
Neerti
3828e7e3d9
Merge pull request #3253 from Anewbe/silent_knife
...
Drawing a knife from your boot no longer makes a loud noise.
2017-04-09 19:02:39 -04:00
Leshana
a23be7759b
Fix the runtime on server boot caused by uninitialized using_map
2017-04-09 16:12:47 -04:00
Anewbe
736659637f
Gives the bartender a weapon permit in their spawned item list.
2017-04-09 14:22:15 -05:00
Neerti
2a8dc89f4e
Merge pull request #3242 from Anewbe/unathi_jerky
...
Adds in an Unathi-made jerky snack
2017-04-09 14:06:14 -04:00
Anewbe
f2cffa0a5d
Drawing a knife from your boot no longer makes a loud noise.
2017-04-09 12:44:25 -05:00
Neerti
e2e85e3702
Fixes Immortal (to melee) Borgs
2017-04-09 00:24:45 -04:00