Jordan Brown
bdec5d5fc4
Merge pull request #31130 from MrDoomBringer/Doom
...
Adds the Cargo-Tech-of-the-Shift award
2017-10-01 10:42:31 -04:00
Jordan Brown
117cf2ee8b
Merge pull request #31149 from kingofkosmos/nolegsbucklefix
...
Held items drop when falling over for not having legs
2017-10-01 10:29:07 -04:00
vuonojenmustaturska
35c2f2ae25
Fixes station name in cargo stock displays ( #31155 )
2017-10-01 10:26:11 -04:00
kevinz000
f594e400d2
Fixes recyclers removing brainmobs from holders, removes direct loc setting and src.loc in playsound too ( #31163 )
...
* Update recycler.dm
* Update recycler.dm
* Update recycler.dm
* Update recycler.dm
2017-10-01 10:25:45 -04:00
kevinz000
ddb33f5095
Fixes delete hotkey triggering messages when the user isn't even a living mob ( #31165 )
2017-10-01 10:25:25 -04:00
Jordan Brown
20a0817bcc
Merge pull request #31200 from AnturK/pleasestop
...
Fixes warning spam
2017-10-01 09:43:05 -04:00
kevinz000
44261f5117
Update closed.dm
2017-10-01 08:42:24 -05:00
AnturK
36f3e8ce74
Fixes paper writing ( #31203 )
...
* Fixes regex typo
* Actually fixes it properly
2017-10-01 09:41:14 -04:00
AnturK
bb8267476f
Fixes events with sleeps.
2017-10-01 07:33:03 -05:00
AnturK
025a0d82c1
Fixes warning spam
2017-10-01 12:53:57 +02:00
ShizCalev
ef5cf0e5a5
Fixes aliums being able to attack the SM crystal
2017-10-01 05:04:13 -05:00
Jordie0608
0223e449a3
fixes master
2017-10-01 16:35:02 +11:00
ninjanomnom
32811c26ce
for completeness sake
2017-10-01 00:21:28 -05:00
kingofkosmos
6a1bb42630
You can now examine an airlock to find out how to construct/deconstruct it ( #30605 )
...
* Tweaks rwall construction examine-messages.
* Tweaks window construction examine-messages.
* Added airlock construction examine messages.
* Typo fix.
* Shortened the airlock electronics circuit message.
* Fixed examine text styles.
* Fixes.
* Fixed wall-examine showing on rwalls.
* Made wall and rwall decon hints into a proc. Probably overrode the examine() wrong.
* I missed a > in span. Reinforced falsewall now deconstructs with wirecutters and looks like a real rwall. Changed to a more classy istype-check.
* New reinforced fakewall examine- and attackby-subtypes to get rid of if-istype-reinforced-checks.
* Removed unnecessary rwall-examine.
* Sound full path.
2017-10-01 01:03:43 -04:00
Robustin
ec3f7623df
2H Sword to the Cult Forge - Robustin's Github Adventure ( #30887 )
...
* Automatic changelog generation for PR #30056 [ci skip]
* Updated old code
* Slowdown does nothing, removed
* Updated Sprites and Fixes
* Mysterious block issue fixed
* Update cult_items.dm
* Update buffs.dm
* Update book.dm
* Update cult_items.dm
* Delete whirlwind.ogg
* Add files via upload
* Delete items_and_weapons.dmi
* Add files via upload
* Shard list fix
* Final error fix
* Review changes, dash datum
* Why was this a diff
* Uses roundstart time for delay
* Simpler Soul Storage
2017-10-01 01:01:50 -04:00
Leo
2854555a27
Merge pull request #31143 from praisenarsie/patch-2
...
adds a space
2017-09-30 23:45:21 -03:00
Leo
2a5216ca74
Merge pull request #31132 from KorPhaeron/lingfix
...
Fixes changelings being able to transform sting mobs that are transform sting immune
2017-09-30 23:35:45 -03:00
Leo
f22f538b8e
Merge pull request #31128 from tgstation/Cyberboss-patch-1
...
Removes irccheck admin restriction
2017-09-30 23:34:08 -03:00
KorPhaeron
1c08cb004a
Fixes meteors not working with multi z ( #31137 )
2017-09-30 23:32:25 -03:00
ShizCalev
3358cbb3b6
Cleans up some antag/event landmark checks ( #31129 )
2017-09-30 22:32:04 -04:00
Leo
7d0f9367e8
Merge pull request #31138 from KorPhaeron/isstructure
...
Structure istype define
2017-09-30 23:31:37 -03:00
MoreRobustThanYou
8e9e2f82b5
Fixes cogscarab sprites not updating ( #31142 )
...
* Fixes cogscarab sprites now updating
* fix spacing
* Update extra_drone_types.dm
2017-09-30 22:30:04 -04:00
vuonojenmustaturska
a719b48a9b
Speeds up simple_animals/hostile/proc/CanAttack() ( #31141 )
...
* prelim
* Cleanup
* cleanup 2
* Gutlunches ignore mechas, turrets and ocular wardens
* Ditto for mushrooms, also removed friends-checking as they have none
* Removed more useless code from gutlunches and mushrooms
2017-09-30 19:48:10 -05:00
AnturK
d293ee7340
Fixes liches losing spells
2017-09-30 14:52:21 -05:00
AnturK
423e76c8f1
Fixes some hardset dna misuse
2017-09-30 14:51:01 -05:00
Jordan Brown
c1353ceffb
Fixes material container flags precedence
2017-09-30 10:45:01 -05:00
AnturK
69af4a34f7
Fixes dresser being unattackable ( #31123 )
2017-09-30 10:29:32 -05:00
Cyberboss
49e2e4daac
Fixes config reading exploit
2017-09-30 10:30:19 -04:00
vuonojenmustaturska
8b54685bd1
Cleanup to various loc assignments and nearby code ( #31069 )
...
* Let's hope i didn't break the game
* Requested changes
* missing one
* movetonullspace thing
2017-09-30 09:09:15 -04:00
nicbn
6fb896e4c3
Paper markdown ( #30873 )
...
* why it doesn't work
* list thing
* oops
* fixes list. maybe
* Less regex
* wip
* Done I think. I think
* return your functions
* Replace $10 by $a
2017-09-30 09:08:25 -04:00
Jordan Brown
49feced945
RegisterSignal() can now accept a list ( #31098 )
...
* RegisterSignal may now accept a list of signals
* Update old calls to RegisterSignal()
2017-09-30 14:58:52 +02:00
Tad Hardesty
fa2c66acd5
Strip propriety macros from tooltips ( #31113 )
2017-09-30 14:57:28 +02:00
oranges
d0774667f8
Small refactor to movement ( #31071 )
...
You can now move an object into nullspace, which will call exited on
it's parent and parent area but will not call any entered.
Note that you cannot pass null into forceMove it will crash, instead use
the new proc that will call the underlying logic with a null destination
Some of the force move procs have been refactored to check that their
parent move succeeded before doing updates
2017-09-30 14:22:35 +02:00
kingofkosmos
a0b6dc5924
Makes mob drop held items when falling over from not having legs.
2017-09-30 12:44:00 +03:00
ShizCalev
ced1e2437e
Corrected shuttle refuel time ( #31108 )
2017-09-30 01:58:40 -04:00
ShizCalev
51c48409a6
Stops putting RCD, bluespace bags, and staves into ORM ( #31093 )
...
* Stops putting RCD, bluespace, and staves into ORM
* CB
* Chat message
2017-09-29 19:33:19 -05:00
FrozenGuy5
c810a03d00
adds a space
2017-09-30 01:21:23 +01:00
ShizCalev
4f4008920f
Fixes SM shard extraction ( #31111 )
...
* Fixes SM shard extraction
* Space-OSHA called. They want to have a word.
2017-09-29 18:42:40 -05:00
Jordan Brown
f7171e727b
Fixes AI law weights infinite loop
2017-09-29 17:30:25 -05:00
Jordan Brown
74b9e3df0c
Fixes PA Href Issue
2017-09-29 17:23:37 -05:00
KorPhaeron
bc142acb5c
Structure istype define
2017-09-29 17:19:10 -05:00
MrDoomBringer
8343c5c8a3
move around lockbox code hopelessly trying to fix merge conflicts
2017-09-29 17:43:44 -04:00
KorPhaeron
5fa6ea42af
Fixes changelings being able to transform sting mobs that are transform sting immune
2017-09-29 16:36:58 -05:00
AnturK
d2a096e507
Fixes evidence bag not respecting inventory
2017-09-29 15:59:25 -05:00
Jordan Brown
0572c1a4d9
Fixes subsystems not returning a qdel hint
2017-09-29 15:58:44 -05:00
ShizCalev
b4208c6062
Old code
2017-09-29 15:58:18 -05:00
Jordan Brown
d940f411dc
Removes a call to datum/New()
2017-09-29 15:57:30 -05:00
oranges
eda8f7f7df
Log attempted injections as well as successful ones
2017-09-29 15:57:13 -05:00
Jordan Brown
4d1f3b5d9f
Removes irccheck admin restriction
2017-09-29 16:27:32 -04:00
MrDoomBringer
79560a409d
add cargo ribbon
2017-09-29 16:13:02 -04:00