Commit Graph

27612 Commits

Author SHA1 Message Date
Geeves
fec75da340 EMT -> First Responder (#10453)
Emergency Medical Technicians have been renamed to First Responders, their duties remain the same, for now.
2020-12-06 14:46:57 +02:00
Wildkins
bc2ada79bd Fix Mechfabs not dispensing synthskin limbs (#10709)
title
note that this also makes all ipc limbs a subset of external/[organ_type]/ipc now
fixes #10707
2020-12-06 14:43:29 +02:00
fernerr
eff99433f9 Adds 2 new asteroid dungeon templates (#10704) 2020-12-05 22:21:58 -03:00
Wildkins
442f8707de Destroy bad parent call in newspapers that fails dreamchecker (#10729) 2020-12-05 13:32:50 +01:00
Geeves
dd8f411bc9 T-ray Scanner Tweaks (#10665) 2020-12-05 12:49:34 +01:00
Geeves
d86edb45f6 Lubed Viscerators (#10668) 2020-12-05 12:49:06 +01:00
Geeves
131ad8a522 Gun-Kata: Path of the Antag (#10677) 2020-12-05 12:48:58 +01:00
Geeves
cf1a194790 No Grab Pulling (#10693)
You can no longer ctrl-click to pull people out of grabs.
2020-12-05 12:25:22 +02:00
Wowzewow (Wezzy)
1fb588cb9f adds the ability to roll up newspapers (#10683)
adds the ability to roll up newspapers
2020-12-05 12:24:47 +02:00
Alberyk
fe2652cb83 Closet tweaks (#10701)
-you can't put big mobs inside closets anymore
-mobs can't hide inside wall closets anymore
2020-12-05 12:24:33 +02:00
fernerr
0119b4691f Fixes airlock spawners not setting the buttons correctly (#10724)
The access buttons spawned in with the default command.
Now it sets it to cycle_interior or cycle_exterior depending on which side it is on.
2020-12-05 12:23:36 +02:00
Wildkins
844f23eba0 Fix crate + table handling (#10712)
changes:

    bugfix: "Crates no longer pass through barricades or other objects that allow small objects (PASSTABLE) through."
    refactor: "Crates being lifted (and other timed interactions with objects) now stop being lifted if the crate is moved."
2020-12-05 12:23:20 +02:00
TheStryker
dae63753bc Changes water bottle description. (#10691) 2020-12-03 15:20:37 +01:00
Wildkins
d4476510e9 Fix polymorph wands not setting species properly (#10708) 2020-12-03 14:19:57 +01:00
Wildkins
d9e8dc6042 Fix medbot assemblies not applying fire/toxin/O2 skins (#10715) 2020-12-03 14:19:38 +01:00
Wildkins
e90465bc7c Fix paper-taping on lockers (#10713) 2020-12-03 14:19:29 +01:00
Wildkins
cc87fe7a4f Fix vending machines not updating their power when moved (#10714) 2020-12-03 13:09:34 +01:00
fernerr
9ef7db1adf Fixes some colorable loadout hats (#10711)
The parents of these ended up overwriting the path, meaning the colorable versions were using the base version instead of the colorable one(which is white, instead of gray).
2020-12-03 11:03:44 +02:00
Wildkins
e3f50e4e41 Unapologetic Non-NT Liaison Bugfix (#10710) 2020-12-02 23:11:37 -03:00
Wowzewow (Wezzy)
55210785b2 one line glass jar fix (#10697) 2020-12-02 23:04:39 -03:00
Alberyk
a88c4ed709 Removes the component pouch from the loadout (#10702) 2020-12-02 21:38:09 +01:00
MarinaGryphon
6dc82664ef Fixes the Adhomian watch's time/date calculation. (#10660) 2020-12-02 08:30:51 +01:00
Geeves
0d467ca190 Feeling Around (#10687) 2020-12-01 21:41:02 -03:00
Geeves
d5c165f3c2 Cool Painters (#10669) 2020-12-01 17:07:18 -03:00
Wowzewow (Wezzy)
0ff6c28f10 Fixes #10574 (#10650) 2020-12-01 17:07:02 -03:00
Geeves
c82bcbda40 Energy Field Hitting (#10678) 2020-12-01 18:59:01 +01:00
Geeves
1ac28d6f18 Explosion Optimization (#10666) 2020-12-01 16:36:14 +01:00
Geeves
1d11b74f7c Firemode Runtime Fix (#10675) 2020-12-01 08:52:24 +01:00
Karolis
2107cc92e0 Adds back clock to modular computers (#10655) 2020-11-30 08:44:57 +01:00
MarinaGryphon
b8013fca16 Converts bloody_hands_mob to a weakref. (#10659) 2020-11-30 08:44:19 +01:00
Geeves
7d776d50ca Full Stop Holder Position (#10667) 2020-11-30 08:44:07 +01:00
Geeves
9f4af360dd Species Alignment (#10681) 2020-11-29 13:20:59 +01:00
Alberyk
304a0dcc92 Removes the sleeping carp martial art from the uplink (#10656) 2020-11-28 22:05:15 +01:00
Geeves
c793dd8a7f dbcon IsConnected Runtime Fix (#10676)
* dbcon IsConnected Runtime Fix

* Update code/modules/admin/verbs/warning.dm

Co-authored-by: Werner <1331699+Arrow768@users.noreply.github.com>

* Update code/modules/mob/abstract/new_player/menu.dm

Co-authored-by: Werner <1331699+Arrow768@users.noreply.github.com>

* Update code/modules/admin/verbs/warning.dm

Co-authored-by: Werner <1331699+Arrow768@users.noreply.github.com>

Co-authored-by: Werner <1331699+Arrow768@users.noreply.github.com>
2020-11-28 22:38:21 +02:00
Geeves
f54a89b9f8 Uplink Adjustment (#10496) 2020-11-27 10:52:28 +01:00
Werner
1762f16344 Migrate basic build to drone (#10651)
* Adds drone tasks to Execute UTs on Aurora and Exodus
* Adds a drone task to Migrate SQL and Perform the SQL UT on Runtime
* Changes the SQL UT to respect the config.sql_enabled setting and
  use that sql connection
* Changes the default config.sql_enabled state to 0, so uncommenting
  SQL_ENABLED has a actual effect
* Moves a number of UT tests into a helper script (code_check.sh)
* Updates the way the RUST_G dll/so is located
* Adds a check to load_databases to verify that sql is enabled
* Adds a check to establish_db_connection to verify that sql is enabled
* Adds spearate config files used during the UTs (which hold the UT db
  connection info and enable/disable the db epending on the UT)
2020-11-26 17:13:56 +01:00
Geeves
cc2c58a54d Airlock Construction (#10518) 2020-11-26 11:42:39 +01:00
Wowzewow (Wezzy)
0d315b994c Striped shirts should be appropriately labeled now (#10648) 2020-11-26 11:31:00 +01:00
Hockaa
b2ddb404df Tweaks steel wool (#10629) 2020-11-26 11:25:54 +01:00
Hockaa
878a51e1a6 Gumballs and gumball jars (#10628) 2020-11-26 11:25:43 +01:00
Geeves
0ab5ccac23 Injection QoL (#10634) 2020-11-26 11:25:23 +01:00
Alberyk
6850e048c0 Fixes corporate liaisons and consular officers spawning with the wrong radio (#10658) 2020-11-25 19:38:04 +01:00
Jiří Barouš
6b6e90a0cd Fixes Supermatter Auto-Setup (the Setup-Supermatter debug verb) by mapping it in (#10630) 2020-11-25 13:56:55 +01:00
sadkermit
983614c8c3 Thetamycin Tweaks (#10620) 2020-11-25 13:56:14 +01:00
Geeves
eb58cc934a Learner Role PDAs (#10623) 2020-11-25 13:56:00 +01:00
Hockaa
d8cb796700 Nerfs gaseous phoron across the station as well as some smaller tweaks (#10610) 2020-11-23 13:41:33 +01:00
Geeves
3b465b7938 CPR QoL (#10607) 2020-11-23 13:15:23 +01:00
Geeves
800f1c8c33 Floorlike Lattices (#10384) 2020-11-23 13:14:27 +01:00
Geeves
9b05856bbc Headset Fix (#10637) 2020-11-23 13:14:15 +01:00
FieryTech
5e7f18626c A storage for the research department (#10614) 2020-11-23 13:13:38 +01:00