AnturK
e93fbcd2a0
Cleanup
2016-02-10 16:30:43 +01:00
AnturK
a1583f24ae
Buildmode Refactor
...
Adds generic click intercept to clients
2016-02-10 16:29:47 +01:00
AnturK
559ab8fa6f
Merge pull request #15354 from neersighted/call_me_cratezy
...
Allow horizontal mobs to fit into crates
2016-02-10 16:17:19 +01:00
Bjorn Neergaard
e4f3045487
Add spacecat
...
Fixes a revert in my last crate PR, spacecat added to asteroid
secret room (previously included a cat critter crate)
2016-02-10 09:15:03 -06:00
Bjorn Neergaard
265b8d2d20
Fix an air alarm runtime
...
Don't store hard refs to an area which can cause race condtions
Instead, get our area only when we need it
The following runtime has occured 4426 time(s).
runtime error: Cannot read null.atmosalm
proc name: update icon (/obj/machinery/airalarm/update_icon)
source file: airalarm.dm,535
usr: null
src: the alarm (/obj/machinery/airalarm)
2016-02-10 07:01:24 -06:00
AnturK
b2268b30ad
Merge pull request #14851 from MrStonedOne/patch-130
...
[Ready]Tesla balance and code cleanup
2016-02-10 11:36:32 +01:00
Zerrien
79ecd8dde6
Changes the name of bandaid to bandaid_generic, per the code changes
2016-02-10 01:21:39 -08:00
Zerrien
3ff15beb53
Adds two new icons (bandaid_brute, bandaid_burn) for patches
2016-02-10 01:19:49 -08:00
Shadowlight213
ec6fcc057d
Removes Radio mmi subtype and adds radio to regular MMI
2016-02-10 00:32:41 -08:00
KorPhaeron
c0f581493c
Inquisitor
2016-02-10 02:24:50 -06:00
Bjorn Neergaard
5975449a31
Fix gravity gen logging during init
2016-02-09 23:45:02 -06:00
Leo
57aa7a8521
Ghost Mekhi no longer in the table
2016-02-10 03:43:07 -02:00
Bjorn Neergaard
f4c33332fe
istypeless meme
2016-02-09 23:23:39 -06:00
Bjorn Neergaard
cbd37b6e77
Fix gravity generator runtime
...
Checking turf Z is silly when mob checks make more sense
The following runtime has occured 53 time(s).
runtime error: Cannot read null.z
proc name: shake everyone (/obj/machinery/gravity_generator/main/proc/shake_everyone)
source file: gravitygenerator.dm,360
usr: null
src: the gravitational generator (/obj/machinery/gravity_generator/main/station)
2016-02-09 23:04:58 -06:00
Bjorn Neergaard
66dac6d164
Use more reliable method of relabeling canister
2016-02-09 23:00:39 -06:00
Bjorn Neergaard
33e73640fa
Fix synth runtime
...
Synth damage overlays only apply if disguised
The following runtime has occured 80 time(s).
runtime error: Cannot read null.appearance
proc name: handle disguise (/datum/species/synth/proc/handle_disguise)
source file: species_types.dm,649
usr: null
src: Military Synth (/datum/species/synth/military)
2016-02-09 23:00:03 -06:00
Bjorn Neergaard
76975aa27e
Fix IsAdminGhost runtime
...
The following runtime has occured 263 time(s).
runtime error: Cannot read null.client
proc name: IsAdminGhost (/proc/IsAdminGhost)
source file: mob_helpers.dm,398
usr: Nanotrasen Private Security Of... (/mob/living/simple_animal/hostile/nanotrasen/ranged/smg)
src: null
2016-02-09 22:46:59 -06:00
Bjorn Neergaard
1c0df5d40e
Fix canister runtime
...
The following runtime has occured 10198 time(s).
runtime error: Cannot execute null.return pressure().
proc name: update icon (/obj/machinery/portable_atmospherics/canister/update_icon)
source file: canister.dm,112
usr: Slurpy Slurpy (/mob/living/carbon/human)
src: the o2 canister (/obj/machinery/portable_atmospherics/canister/oxygen)
2016-02-09 22:40:04 -06:00
tkdrg
892fc67e67
Merge pull request #15335 from ChangelingRain/dronechatter
...
Fixes doubled drone messages
2016-02-10 01:33:03 -03:00
tkdrg
0c0f4e9006
Merge pull request #15148 from KazeEspada/gunfixes2theelectricboogaloo
...
Fixes issue #15131 . Guns will now fire point blank correctly.
2016-02-10 01:27:34 -03:00
Bjorn Neergaard
c453157bad
Add autoimplanter to cybernetic implants in the uplink
...
So ops don't have to buy the full bundle
Idea is thanks to @PkPenguin321
2016-02-09 20:22:33 -06:00
oranges
f14592f69d
Don't sleep life for 30 ticks with slimetoxin
...
This could cause a single users life to delay up to 3 seconds
2016-02-10 14:14:43 +13:00
PKPenguin321
165975f9e5
actually adds the emplight to the uplink
...
im actually retarded
2016-02-09 16:49:24 -08:00
PKPenguin321
90a963d2ec
updates name/desc/price for emp kit, adds emplight to uplinks
...
where previously EMP kits would come with the flashlight, now they only have an implant and grenades. they're only 2 TC now, down from five.
the flashlight itself can now be bought separately for 2 TCs.
2016-02-09 16:44:43 -08:00
Tkdrg
b441767693
Improves admin counting for irc
...
This is intended to support future improvements to the #adminbus bot.
2016-02-09 21:37:44 -03:00
Bjorn Neergaard
4b455f5ed3
Actual sprites
2016-02-09 17:36:18 -06:00
Joan Lung
e77bac15af
Merge pull request #15323 from neersighted/canister_fix
...
Make canisters use passive_gates
2016-02-09 16:53:37 -05:00
Leo
c0eda39018
Changes the 'usr' to 'user'
...
That's why you read before commit
2016-02-09 19:53:14 -02:00
Lzimann
831d2e04cc
Fix tabecrafting menu opening when you click the table
...
Also adds a cursor change when you drag the table to you. And fixes tablecrafting menu not opening if the table is empty.
2016-02-09 19:46:39 -02:00
AnturK
9a4bf35bda
Merge pull request #15329 from KorPhaeron/instagib3
...
Fixes instagib EMP act
2016-02-09 22:18:48 +01:00
Bjorn Neergaard
73e27536ff
Null portable atmos airs
...
Fixes #15356
2016-02-09 15:12:27 -06:00
Bjorn Neergaard
173387eefc
Remove borg jetpack, give them ion thrusters instead
...
Also clean up jetpack human movement because wow that code was messy
Its still bad but its better (tm)
2016-02-09 14:53:37 -06:00
KazeEspada
6cabed1641
updates code to match new selecting.
2016-02-09 13:51:53 -07:00
KazeEspada
7afa8a625d
Merge branch 'master' of https://github.com/tgstation/-tg-station into Gunfixeselecticboogaloo
2016-02-09 13:44:18 -07:00
AnturK
03890d2ea4
Merge pull request #15250 from ChangelingRain/blobtooweak
...
Adds five new blob chemicals and some blob tweaks
2016-02-09 18:04:55 +01:00
Nerd Lord
a020ae37a4
Merge pull request #15328 from phil235/VisionFixes3
...
Fixes radiation never going down when above 100.
2016-02-09 12:04:16 -05:00
AnturK
d9a8268fce
Makes preloader not gc needlessly
2016-02-09 17:35:48 +01:00
Cheridan
649ef7c2b3
Merge pull request #15252 from PKPenguin321/armorchameleon
...
Gives chameleon jumpsuits armor
2016-02-09 10:27:52 -06:00
tkdrg
1409e4f38b
Merge pull request #15318 from neersighted/mute
...
Mutes now inform the mutee who muted them
2016-02-09 11:49:09 -03:00
Shadowlight213
b1ffb4625e
Gives round start cyborgs Radio enabled MMIs
2016-02-09 00:12:01 -08:00
Shadowlight213
cc89d3f954
Removes pai mulebot knockdown
2016-02-08 21:00:58 -08:00
Incoming
0b54a68e22
fixes some kaze demands and fixes "conflicts" due to file moves.
2016-02-08 22:34:44 -05:00
Incoming
6ef82fd642
Merge branch 'master' of https://github.com/tgstation/-tg-station into animorphs_speedrun
2016-02-08 22:26:00 -05:00
Nerd Lord
6483723c50
Removes unneeded if(M)s.
...
At least, ones that I *hope* are unneeded.
2016-02-08 22:10:11 -05:00
tkdrg
ba2e629525
Merge pull request #15286 from AnturK/bagofboom
...
Adds C4 bag to uplink
2016-02-08 21:39:31 -03:00
Tkdrg
ae1c4c3007
Fixes server crash by abusing containment fields
2016-02-08 21:08:45 -03:00
tkdrg
fc545a09e1
Merge pull request #15283 from tgstation/duncathan-patch-1
...
hopefully speeds up share()
2016-02-08 20:53:39 -03:00
tkdrg
5d8051ad4a
Merge pull request #15314 from KorPhaeron/botfix
...
Fixes bot factions (for real this time)
2016-02-08 20:23:01 -03:00
AnturK
203b965078
Merge pull request #15292 from neersighted/flood
...
Fix flood mode on air alarms incorrectly setting pressure bounds
2016-02-09 00:21:00 +01:00
Nerd Lord
fb46ce9231
SPEED NERDS ARE HOUNDING ME
2016-02-08 18:17:23 -05:00