Commit Graph

1874 Commits

Author SHA1 Message Date
LetterJay
295c509236 Merge pull request #3264 from Kevak/Shockcollarpocketfix
Fixes Shock Collars Getting Stuck In Pockets.
2017-10-10 02:46:45 -04:00
LetterJay
e0f9167153 Merge pull request #3248 from Citadel-Station-13/upstream-merge-31066
[MIRROR] Refactors virus spreading
2017-10-10 02:46:04 -04:00
Kevak
fb60efeacb Fixes shock collars getting stuck in pockets. 2017-10-09 22:45:02 -07:00
LetterJay
9aca1d6cf6 Merge pull request #3261 from Citadel-Station-13/upstream-merge-31446
[MIRROR] Boolean defines in mech construction datums, clears out some dels
2017-10-10 01:06:12 -04:00
LetterJay
ad69aa5b8d Merge pull request #3259 from Citadel-Station-13/upstream-merge-31465
[MIRROR] Removes a spawn from traitor code
2017-10-10 01:05:47 -04:00
LetterJay
b969bb7eec Update data_huds.dm 2017-10-10 00:04:20 -05:00
LetterJay
95031ae187 Merge pull request #3252 from Citadel-Station-13/upstream-merge-31441
[MIRROR] Fixes a forceMove(null)
2017-10-09 23:01:51 -04:00
LetterJay
261df4f136 Merge pull request #3250 from Citadel-Station-13/upstream-merge-31387
[MIRROR] Adds a hacked autolathe subtype
2017-10-09 23:01:35 -04:00
LetterJay
3ee08632d2 Update traitor.dm 2017-10-09 21:37:24 -05:00
LetterJay
e8d09d796a Update data_huds.dm 2017-10-09 21:27:36 -05:00
kevinz000
7bd73f6e1d Update mecha_construction_paths.dm (#31446) 2017-10-09 19:05:25 -05:00
MoreRobustThanYou
af2d5e4a26 Removes a spawn from traitor code 2017-10-09 19:03:05 -05:00
kevinz000
2456a2a289 Update plastic.dm (#31441) 2017-10-09 14:26:40 -05:00
duncathan salt
9a49a512ee Merge pull request #31387 from tgstation/Cyberboss-patch-3
Adds a hacked autolathe subtype
2017-10-09 13:39:42 -05:00
vuonojenmustaturska
176642ba76 Stops airlocks from getting harddeleted, also fixes an unrelated runtime (#31412)
* Stops airlocks from getting harddeleted, also fixes an unrelated runtime

Destroying doors with a sniper rifle or anything that flat out destroys them good would runtime in doors.dm #L184.
Also doors would very often not get qdel'd properly, it was not 100% of the time but very common, this *seems* to fix it but since reproducing the bug was never quite certain, I'm not absolutely sure I got it. I did destroy all the doors on the station without triggering a harddel on a door after this fix, where previously it would happen.

* old friend ex_act
2017-10-09 08:56:16 -05:00
XDTM
7a0ce217db Refactors virus spreading 2017-10-09 08:55:57 -05:00
LetterJay
86edafb132 lol 2017-10-09 01:06:50 -05:00
oranges
3beab07be2 Merge pull request #31421 from Xhuis/wardens_vs_revenants
Prevents ocular wardens from targeting dead revenants
2017-10-08 15:32:51 -05:00
LetterJay
89e4088b86 Merge pull request #3229 from Citadel-Station-13/upstream-merge-31329
[MIRROR] Clockwork scripture now uses one progress bar instead of multiple
2017-10-08 16:23:25 -04:00
LetterJay
46180e36f3 Merge pull request #3227 from Citadel-Station-13/upstream-merge-31312
[MIRROR] Tweak to abandoned airlocks
2017-10-08 16:22:55 -04:00
LetterJay
f6bfbaa192 Merge pull request #3226 from Citadel-Station-13/upstream-merge-31324
[MIRROR] Minor refactor to storage items
2017-10-08 16:22:40 -04:00
LetterJay
f046f4f15b Merge pull request #3225 from Citadel-Station-13/upstream-merge-31413
[MIRROR] Removes useless commented-out what-if code from the 1970s
2017-10-08 16:22:10 -04:00
LetterJay
9cf77a79ba Merge pull request #3221 from Citadel-Station-13/upstream-merge-31262
[MIRROR] TTV code cleanup
2017-10-08 16:20:49 -04:00
LetterJay
d84ed9e9ae Merge pull request #3217 from Citadel-Station-13/upstream-merge-31393
[MIRROR] Fixes wrapper being invisible
2017-10-08 16:19:55 -04:00
LetterJay
fe2e29f0f8 Merge pull request #3210 from Citadel-Station-13/upstream-merge-31388
[MIRROR] Moves assert_gas() into a define it should always have been, speeding up atmos slightly
2017-10-08 16:19:12 -04:00
LetterJay
a35b84cc2e Merge pull request #3208 from Citadel-Station-13/upstream-merge-31386
[MIRROR] Remove drop_item, drop_item_v, put_in_hands_or_del
2017-10-08 16:18:18 -04:00
Ashe Higgs
ef57f560ed Clockwork scripture now uses one progress bar instead of multiple (#31329)
* Clockcult scripture now uses one progress bar

* why do you code for a server you're banned from

* Checks for QDELETED of scripture and slab
2017-10-08 10:10:23 -05:00
Robustin
04006b2ad2 Tweak to abandoned airlock (#31312) 2017-10-08 10:09:03 -05:00
oranges
bf7f4e6e69 Minor refactor to storage items (#31324)
They now do not call the on exit storage hook when items are being
deleted, as well as do not bother to reset a bunch of values

we now cache the see contents list for a very small speed boost

the fancy storage specific update icon is moved to the fancy storage
equivalent proc
2017-10-08 10:06:51 -05:00
Jordan Brown
58fd7f2067 Merge pull request #31413 from vuonojenmustaturska/codejanitoring
Removes useless commented-out what-if code from the 1970s
2017-10-08 10:00:34 -05:00
kevinz000
af077de46c TTV code cleanup (#31262)
* Update transfer_valve.dm

* Update transfer_valve.dm

* Update transfer_valve.dm

* Update transfer_valve.dm

* Update transfer_valve.dm
2017-10-08 01:04:52 -05:00
CitadelStationBot
57d58163d2 [MIRROR] Overloaded leg actuators now consume at least 100 power per step (#3211)
* Merge pull request #31389 from Y0SH1M4S73R/patch-1

Overloaded leg actuators now consume at least 100 power per step

* Overloaded leg actuators now consume at least 100 power per step
2017-10-07 23:04:36 -07:00
LetterJay
cc0e5a1280 Update jetpack.dm 2017-10-07 23:07:25 -05:00
LetterJay
bc2b6b01c1 Update target_stake.dm 2017-10-07 22:50:50 -05:00
LetterJay
a7ac93dd2b Update structures.dm 2017-10-07 22:50:38 -05:00
LetterJay
6332ae6004 Update paiwire.dm 2017-10-07 22:50:21 -05:00
LetterJay
62d2b26c7a Update handcuffs.dm 2017-10-07 22:49:52 -05:00
LetterJay
eabe7f67f5 Update constructable_frame.dm 2017-10-07 22:49:19 -05:00
LetterJay
68fa18f489 Update PDApainter.dm 2017-10-07 22:48:55 -05:00
LetterJay
f95ba7dfaa Merge pull request #3202 from Citadel-Station-13/upstream-merge-31378
[MIRROR] Lets cyborgs use ladders
2017-10-07 23:43:50 -04:00
LetterJay
662a7d55cd Merge pull request #3201 from Citadel-Station-13/upstream-merge-31383
[MIRROR] Fixes grammar on zippos
2017-10-07 23:43:35 -04:00
LetterJay
4cc8703a93 Merge pull request #3199 from Citadel-Station-13/upstream-merge-31375
[MIRROR] Fixes clockcult runtime
2017-10-07 23:42:57 -04:00
bawhoppen
0ad78d0c44 frown emoji (#31393) 2017-10-07 19:11:17 -05:00
Neri
4bc4ab7fc5 Oh. That's what was missing. (#3143)
Boop.
2017-10-07 14:01:43 -07:00
Jordan Brown
4f32b7a0d4 Moves assert_gas() into a define it should always have been, speeding up atmos slightly 2017-10-07 13:37:28 -05:00
Jordan Brown
075cb673c0 Remove drop_item, drop_item_v, put_in_hands_or_del 2017-10-07 12:37:06 -05:00
kevinz000
13aa6f8650 Lets cyborgs use ladders (#31378) 2017-10-07 08:40:15 -05:00
Jordan Brown
a8c4a155a5 Merge pull request #31383 from BeeSting12/youlights
Fixes grammar on zippos
2017-10-07 08:38:04 -05:00
AnturK
84490f919e Fixes clockcult runtime 2017-10-07 07:46:52 -05:00
LetterJay
0c6be827a2 Merge pull request #3195 from Citadel-Station-13/upstream-merge-31364
[MIRROR] Fixes Wood Being Invisible.
2017-10-07 01:08:18 -04:00