KorPhaeron
ebcccb7f87
Fixes legion never actually being able to die
2016-04-21 13:22:50 -05:00
KorPhaeron
6f64088f04
Adds a silly way of spawning legion for testing
2016-04-21 04:09:32 -05:00
KorPhaeron
c0f71ad1a8
Mega Fauna
2016-04-20 22:40:29 -05:00
Joan Lung
5abc7f484a
Merge pull request #16830 from KorPhaeron/BOATS
...
Adds lava boats
2016-04-19 20:48:25 -04:00
KorPhaeron
bd3c2647aa
Added item state for oar
2016-04-19 19:34:45 -05:00
KorPhaeron
684a355f51
Boat Sprites
2016-04-19 19:31:02 -05:00
KorPhaeron
bd5eb1d02b
Merge pull request #16958 from erwgd/AutolatheMakeMilbelts
...
Adds tray to autolathe designs
2016-04-19 16:05:28 -05:00
KorPhaeron
d2b03c6837
Merge pull request #16966 from tgstation/RemieRichards-patch-meme
...
Adds failure message for cyborgs attempting to check alerts while dead
2016-04-19 16:04:43 -05:00
Joan Lung
d30b681333
Merge pull request #16942 from coiax/coiax-patch-slimegrindrrrrr
...
Slime grinders suck less
2016-04-18 23:10:26 -04:00
Jack Edge
a5600abd26
Use drone dufflebag sprites
2016-04-19 00:03:24 +01:00
KorPhaeron
fcc7ab6f3b
Merge pull request #16873 from lzimann/patch-4
...
Changes minimum players to get a surpluss crate in uplink
2016-04-18 17:06:15 -05:00
Remie Richards
3c79c50df0
critical fix
2016-04-18 21:31:05 +01:00
coiax
e7ad4047df
Admin-spawn snowflake drone headgear, plus structural changes ( #16935 )
...
* Drones spawn with undroppable chameleon helmets
With a random apperance, for SURPRISES.
* Given drones regenerate_icons() proc
This legacy proc is still used by chameleon items, so drones
get one as well.
* Added drone chameleonmasks that can be toggled
Toggle your custom headgear between hat or mask, be the talk of the town.
* RIP default drone camogear
* Moved drone camoheadgear toggle to the item itself
Now we don't need to worry about clogging up the verbs.
* Added drone camo headgear icons
Thanks Nienhaus so much for spriting these.
* Drone camogear now has customised toggle button
As a side effect of this change, I've made a way of overriding the
normal icon behaviour for item related action datums. If you set
an icon state, it'll behave like a regular action datum, and use
that icon.
* Removed unneeded proc call
* Added 'random' icon to actions.dmi
I borrowed the 'slots1' icon from icons/obj/economy.dmi
* Button to randomise drone camogear apperance
That's THREE GUI BUTTONS for the price of one.
* Made "snowflake" drones; start with drone camogear
* Snowflake drone shell dispensers
(Obviously.)
2016-04-18 11:11:10 -04:00
erwgd
23700e33ff
Added tray datum to autolathe_designs.dm
2016-04-18 10:43:26 +01:00
Cheridan
d671bf573c
Merge pull request #16858 from nullbear/Chemical-Explosives
...
Adds Chemical Explosives
2016-04-18 02:35:56 -05:00
Cheridan
e7f7704099
Merge pull request #16921 from RandomMarine/theclothening
...
Biogenerated cloth stacks.
2016-04-18 02:27:36 -05:00
Cheridan
0917817683
Merge pull request #16876 from LatD/Floorbot-3
...
Floorbot bridge mode replaced with line mode
2016-04-18 02:04:38 -05:00
KorPhaeron
a064fcdd07
Merge pull request #16911 from Core0verload/running-on-the-walls
...
Fixes a runtime while walking on walls
2016-04-17 20:33:42 -04:00
KorPhaeron
58fc5e2aa2
Merge pull request #16928 from Robustin/henker
...
Staff of Honk Icon and Tweak
2016-04-17 20:32:08 -04:00
coiax
a8fa7f213d
Slime grinders only suck when not grinding
...
🆑 coiax
tweak: Slime grinders now cease suction of new slimes while grinding
/🆑
Fixes -tg-station/code/modules/food&drinks/kitchen machinery/processor.dm
2016-04-17 23:40:02 +01:00
Joan Lung
a88f498701
Merge pull request #16918 from coiax/drone-duffles
...
Drones start with preloaded engineering dufflebags
2016-04-17 15:49:57 -04:00
duncathan salt
298afbad6d
Merge pull request #16907 from MrStonedOne/byebye509
...
Removes 509 server support.
2016-04-17 10:04:50 -06:00
Cheridan
d682fccd14
Merge pull request #16901 from nullbear/monkey-cube-fix
...
Fixes monkey cube Dupe Glitch
2016-04-17 09:21:48 -05:00
coiax
5925427464
Slime grinders now suck up more than one slime ( #16908 )
2016-04-17 06:14:22 -06:00
AnturK
de34aede4e
Merge pull request #16896 from Shadowlight213/Oldcodenewmemes
...
[S]Fixes traitor borg remnant code
2016-04-17 13:09:46 +02:00
AnturK
de1740432a
Merge pull request #16881 from nullbear/canister-attack-fix
...
Fixes stealthy attackby proc of portable air canisters
2016-04-17 13:04:02 +02:00
Joan Lung
6c16bc874a
Merge pull request #16843 from PKPenguin321/krow-macaw
...
Adds Krav Maga
2016-04-17 00:02:48 -04:00
Robustin
64bd2125fa
Slowed recharge
2016-04-16 23:11:25 -04:00
Robustin
bbf573addb
Update staff.dm
2016-04-16 20:31:30 -04:00
Joan Lung
4bc8d298e7
Merge pull request #16895 from octareenroon91/rainbow-cables
...
More possible colors for random cable coils.
2016-04-16 17:01:53 -04:00
RandomMarine
82e39d6a85
Implements cloth stacks
2016-04-16 11:11:16 -07:00
Jack Edge
683aa9b26f
Drones start with preloaded engineering dufflebags
...
🆑 coiax
rscadd: Drones now start with a spacious dufflebag full of tools, so they will stop stealing the captain's
/🆑
2016-04-16 18:09:28 +01:00
Cheridan
35f58039fe
Merge pull request #16906 from Core0verload/operation-deruntimization
...
Fixes endless division by zero runtimes
2016-04-16 09:19:43 -05:00
c0
7628d8a78a
Fixes a runtime while walking on walls
2016-04-16 15:33:16 +03:00
Robustin
44ff69c799
Honk Bullet ( #16788 )
...
Adds honk bullet and staff.
2016-04-16 12:39:04 +02:00
MrStonedOne
5160486e3f
Removes 509 support.
2016-04-16 02:16:19 -07:00
c0
4419774792
Fixes endless division by zero runtimes
2016-04-16 11:18:44 +03:00
nullbear
582e1bf88c
Fixes stealthy canister bashing.
2016-04-16 00:49:45 -07:00
Cheridan
6a2df04760
Merge pull request #16885 from tgstation/have-you-ever-realized-that-you-wrote-a-bunch-of-code-that-already-exists
...
makes parse_gas_string() use params2list()
2016-04-16 00:14:43 -05:00
Cheridan
9d0c79e6e5
Merge pull request #16900 from Incoming5643/on_days_like_this_references_like_that_should_be_burning_in_hell
...
Removes horribly overt copyrighted nonsense that made the game not compile in 509
2016-04-15 23:46:20 -05:00
Cheridan
c233234168
Merge pull request #16879 from nullbear/organ-verbs
...
Adds attack verbs for heart and tongue
2016-04-15 23:40:04 -05:00
nullbear
1cb85c3024
Fixes monkey cube Dupe Glitch
...
fixes https://github.com/tgstation/-tg-station/issues/14667
Adds some consistency, allowing monkeys to be drag dropped onto the
monkey recycler, like they are with the disposals chutes.
Prevents grabs from being placed in disposals, as they were being
before.
2016-04-15 21:36:34 -07:00
Incoming
22c9a1e14d
Removes the blatantly copyrighted sans and papyrus action figures and the blatantly copyrighted sounds attached to them.
...
As a bonus this also makes the project work in the stable 509 build again.
@ChangelingRain NO.
2016-04-16 00:19:35 -04:00
KorPhaeron
4db1a04e6e
Merge pull request #16883 from nullbear/air-pump-pressure-boost
...
Raised maximum pressure output of air pumps.
2016-04-15 23:29:58 -04:00
LatD
22caccf2ba
Improved order of fixing
2016-04-16 03:38:33 +03:00
PKPenguin321
3dd20078ae
big update
...
removes all counter/blocking related code and the related sound effect
makes krav maga use action buttons instead of verbs
renamed quick choke to lung punch
reduced stun time on leg sweep
removed head elbow, removed the help button (obsoleted by tooltips)
2016-04-15 17:32:05 -07:00
Shadowlight213
9121f62338
Fixes
2016-04-15 14:40:32 -07:00
Shadowlight213
e4251a6c8c
Refactors traitor borg remnant code.
...
Fixes exploit with emagging borgs with traitor brains.
2016-04-15 14:23:10 -07:00
octareenroon91
ea7fad12be
More possible colors for random cable coils.
2016-04-15 15:15:32 -05:00
Joan Lung
2f8bbb5094
Merge pull request #16863 from Cheridan/tendril_feedback
...
Tendril Destroyed sound effect
2016-04-15 10:55:52 -04:00