Commit Graph

26545 Commits

Author SHA1 Message Date
nicbn
10278bebde New sprites for gases (#40873)
* take one

* take 2

* oops

* take n

* n2o thing

* Update LINDA_turf_tile.dm

* Update atmospherics.dm
2018-10-14 16:43:08 +03:00
Fel
4695a6419f Gutlunches may now lunch on guts. (#40914) 2018-10-14 13:58:58 +03:00
Christopher hill
afa3eb6cf0 Fix ejecting tanks from canisters not behaving as expected (#40866)
* Update the canister code to use replace tank logic

* Update the Portable scrubbers and pumps

* Check if a admin ejected it

* make the tank consistant

* make the tank consistant

* fix false

* Lets see if this fixes it

* Update the canister code to use replace tank logic

* Update the Portable scrubbers and pumps

* Check if a admin ejected it

* Fix Merge conflict

* remove semicolan
2018-10-13 21:56:30 -06:00
MrDoomBringer
33eef00d85 Clean up some admin-transform related code (#40890)
1. there was an option for cancel when the input already had a cancel button
2. hitting either of these cancels did nothing, and it continued on with the
   transformation
3. there were some 1's and 0's that shoulda been TRUE and FALSE
2018-10-13 12:16:40 -07:00
Shdorsh
cd217148d7 [Ready] Atmos trinary devices improvement (#40525)
* Atmos trinary devices improvement

In here: A slightly more compact mixer

* improving filter pipes

adding early returns and stuff

* !var is truthy for negative numbers

* see above

* Update filter.dm

* Update filter.dm

* you voted for the runtimes, you get the runtimes

* Mandatory return

* mandatory returns
2018-10-13 10:47:46 -06:00
Emmett Gaines
f1d19d5787 Turn a runtime component sanity check into a unit test (#40851) 2018-10-12 15:41:55 -07:00
81Denton
a84cbd55ef Fix chem dispensers not receiving extra reagents with T4 manips (#40871) 2018-10-12 15:25:00 -07:00
ShizCalev
ff8ce1aec0 Fix servant_spawns empty list runtimes (#40872)
A couple things depend on this list being populated to teleport mobs around
towards end game, so removing the spawnpoints just to spread players around at
the very start of the round seems like a pretty blatant oversight.
2018-10-12 14:45:53 -07:00
MrDoomBringer
8871e255f9 which niga copy pasted code (#40888) 2018-10-12 10:31:31 -04:00
BeeSting12
e51d8d173c Makes the prices more reasonable. (#40532)
* flashlight

* YouTool check

* bar vendor

* shadycigs and kitchen

* engivend

* subject217s autodrobe stuff

* vendomat and botany

* merge conflict

* megaseed vendor

* emergency nanomed is down to 25

* medical vendor
2018-10-12 15:04:03 +02:00
AnturK
0bd320b82a Fixes surgery. (#40884) 2018-10-12 06:28:32 -04:00
MMMiracles
b14f3827e5 Suplex The Rod (#40774)
* rod suplex

* flux spawn + medal setup

* deals with rod-form wizards

* webedit lol
2018-10-12 04:48:23 -04:00
AnturK
199339d994 Surgery cleanup (#40788)
* Surgery cleanup

* Proper mobtype
2018-10-12 04:42:48 -04:00
ShizCalev
e852aad5de Adds radio silencing admin preference to admin preferences (#40827) 2018-10-12 04:25:02 -04:00
kevinz000
902f0a9174 Fix AIs being unable to do shit (#40882)
Sincerest apologies to the AI players.
2018-10-11 22:08:28 -07:00
subject217
013398e003 removes some outdated behavior about the suit switching modes (#40831)
parent behavior is just fine thank you
2018-10-11 10:19:37 -04:00
Jordan Brown
5db9115cd2 Merge pull request #40825 from CMOisLing/NaniteTypoFix
Typo fix for Nanite Program Cryogenic Treatment
2018-10-11 00:48:31 -04:00
Dennok
f27b6adc2a Add lost "cybernetic_lungs_u" design to the techweb node (#40781)
When upgraded cybernetic lungs has been created creator forgot to add design to
the techveb node, this fix it.
2018-10-10 21:35:46 -07:00
XDTM
a8a04c2a1f Stop pirates counterfeiting currency (#40839) 2018-10-10 21:34:18 -07:00
Jordan Brown
5dc4a3be76 Merge pull request #40803 from ShizCalev/ert-fireproof
Makes ERT backpacks and spacesuits fireproof
2018-10-10 18:36:59 -04:00
Jordan Brown
96b486e9d8 Merge pull request #40785 from Jordie0608/anothergreatstepforwardforbadminning
Stealthmode dsay now supports joke rank names
2018-10-10 18:29:45 -04:00
Jordan Brown
22b4eb67f6 Merge pull request #40805 from ShizCalev/fire-icon-fix
Fixes human burning overlays not updating
2018-10-10 18:29:20 -04:00
Jordan Brown
6b80d7e4a0 Merge pull request #40812 from swindly/rescue_heroes_new_meta
Adds armor to firesuits
2018-10-10 18:28:42 -04:00
Jordan Brown
a4c11a51da Merge pull request #40821 from vuonojenmustaturska/plasmafires
Adjusts ignition snowflake in hotspot_expose to enable welders etc to start plasma fires again
2018-10-10 18:25:48 -04:00
kevinz000
3e7184c975 Combat/Stun (slip) overhaul staging, mobility flags, adds crawling (#39967)
Aiming to implement the framework oranges has detailed in https://tgstation13.org/phpBB/viewtopic.php?f=10&t=19102
Moves canmove to a bitflag in a new variable called mobility_flags, that will allow finer grain control of what someone can do codewise, for example, letting them move but not stand up, or stand up but not move.

Adds Immobilize()d status effect that freezes movement but does not prevent anything else.
Adds Paralyze()d which is oldstun "You can't do anything at all and knock down).
Stun() will now prevent any item/UI usage and movement (which is similar to before).
Knockdown() will now only knockdown without preventing item usage/movement.
People knocked down will be able to crawl at softcrit-speeds
Refactors some /mob variables and procs to /mob/living.
update_canmove() refactored to update_mobility() and will handle mobility_flags instead of the removed canmove

cl
rscadd: Crawling is now possible if you are down but not stunned. Obviously, you will be slower.
/cl
Refactors are done. I'd rather get this merged faster than try to fine tune stuff like slips. The most obvious gameplay effect this pr has will be crawling, and I believe I made tiny tweaks but I can't find it Anything I missed or weird behavior should be reported.
2018-10-11 11:22:21 +13:00
ShizCalev
7b45fbd1d2 Fixes AI ghost icon not disappearing on death (#40759) 2018-10-10 05:58:12 -04:00
ShizCalev
4c5ad9ae1a Walking through lava now applies a cosmetic singing overlay to the mob. (#40807) 2018-10-10 05:49:15 -04:00
ShizCalev
4a2861b1c2 Sanity checks rdconsole/ui_techweb() (#40765)
* Sanity checks rdconsole/ui_techweb()

* Fixes tier retrieval
2018-10-10 09:20:47 +02:00
ShizCalev
66022ffd73 Spellcheck CPR & disarm attempt messages (#40806) 2018-10-09 21:56:45 -07:00
AnturK
ea0034e5b3 Allow door buttons to not synchronize opening/closing (#40809) 2018-10-09 21:56:30 -07:00
deathride58
9e9fa70a7c Make asay support emoji (#40795) 2018-10-09 21:55:30 -07:00
Unknown
1fb763c791 skin -> sink 2018-10-09 17:06:42 -04:00
vuonojenmustaturska
92f548efce memes 2018-10-09 21:59:40 +03:00
ShizCalev
84f42bf941 Fix prepare_result() runtime (#40763) 2018-10-09 11:41:23 -07:00
ShizCalev
567e9eac9f Fix delivery chute runtime (#40723)
* Fixes delivery chute runtime
* Broken glass fix
2018-10-09 11:40:09 -07:00
ShizCalev
97293d4f12 Fix admin_headset_message() runtime (#40766) 2018-10-09 11:37:58 -07:00
ShizCalev
1175a83e88 Correct blue space to bluespace (#40746) 2018-10-09 11:31:15 -07:00
ShizCalev
d3e2647a65 Fix spec_attacked_by() runtime (#40762) 2018-10-09 11:26:40 -07:00
AnturK
0feb2661c9 Fix sechud implant authentication (#40776) 2018-10-09 11:25:03 -07:00
Jordan Brown
f4436e8d95 Merge pull request #40780 from 81Denton/dep-sec-access
Gives departmental security more access
2018-10-09 12:44:44 -04:00
swindly
86e77d98bf buffs firesuit 2018-10-09 11:33:16 -04:00
ShizCalev
6444a4e6c4 Fix AI core dropping wrong circuit on decon (#40742)
Also cleaned up a couple vars and added qdel handling.
2018-10-08 21:54:38 -07:00
ShizCalev
1e29ad8a77 Fixes human burning overlays not updates 2018-10-09 00:28:16 -04:00
ShizCalev
55a88a7cb2 Makes ERT uniforms fireproof 2018-10-08 23:42:45 -04:00
ShizCalev
c8ca0c5d74 Fix canequip() bad arg runtime (#40767)
keyed arg 4noraisin
2018-10-08 18:32:29 -07:00
TMTIME
ac0b51cbc5 Reverts the PR that fucks travis 2018-10-08 19:17:54 +01:00
Jordie0608
9a808567f1 stealthmode dsay now supports joke rank names 2018-10-09 04:43:04 +11:00
TheDreamweaver
0761b69b19 Rebalances KA cooldown modifier (#40756) 2018-10-08 10:46:08 -04:00
bgobandit
f7df28f49d The necropolis tendril is anchored again. (#40750)
* necropolis tendril is anchored

* TRUE memes
2018-10-08 10:36:47 -04:00
Denton
b9939c082e Gives departmental security more access 2018-10-08 13:38:19 +02:00