Commit Graph
38652 Commits
Author SHA1 Message Date
SabreML cfc09eef49 Ion law observer message 2021-10-12 12:17:56 +01:00
LucandGitHub e9f6b56e94 Adds a cooldown to attacking MMIs (#16921) 2021-10-12 09:36:32 +01:00
SabreMLandGitHub 06a2fd5a34 Antag type mind check (#16920) 2021-10-11 20:57:03 +01:00
dearmochiandGitHub 28f0035172 Prevent stunbatons from stunning AIs (#16919) 2021-10-11 20:49:38 +01:00
3935be5808 Adds a discord ping for mhelps if there aren't any mentors online (#15533)
* V1

* send2discord_simple_nomentors() proc

* Oh and this too

* Proc name

* Warning comment

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>

* Mentor logout notification message

Adding it in this PR since it's related

* Actually on second thought, this should definitely be its own PR instead

This reverts commit 1e93624c8b.

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
2021-10-11 10:05:18 +01:00
AffectedArc07 08bd05eb14 Fixes a chat HTML injection vulnerability 2021-10-10 15:54:27 +01:00
849f9d8a17 Fix mules dropping IDs when unloading after the AI called them (#16878)
* Fixes bot access bug.
Gives bots new access on their ID instead of a new ID.
Fixing mules dropping IDs after the AI called them

* Update code/modules/mob/living/simple_animal/bot/bot.dm

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
2021-10-09 22:10:25 +01:00
SabreMLandGitHub bc739c353d Loadout DB Storage Refactor (#16453)
* `display_name` -> Typepaths V1

* Loadout display name capitalisation

#15857

* Review 1, plus json fixes

* (Hopefully) final tweaks

* Styling nitpicks

* Extra tweaks because why not

It never caused a runtime, but the `?.` is just in case.

* Deconflicting

* Warning comment

* Whoops

Typing faster than my brain
2021-10-09 19:35:15 +01:00
PacifistDalekandGitHub f2b2aac1bf Update comp_board_designs.dm (#16901) 2021-10-09 17:18:00 +01:00
S34NandGitHub f01f5adae4 makes electrochromic window spawners use a unique icon (#16834) 2021-10-09 17:09:47 +01:00
Mieszko JędrzejczakandGitHub 7c39eafafe midori-san (#16856) 2021-10-09 17:06:43 +01:00
2908f321be Fix fireaxe cabinet not dropping the axe when destroyed (#16880)
* Move fireaxe item init later, make sure destroy properly forcemoves it too

* Normal locker code can clean up after itself

* Remove extra space, oops

* remove parent call

Co-authored-by: Farie82 <farie82@users.noreply.github.com>

Co-authored-by: Farie82 <farie82@users.noreply.github.com>
2021-10-09 16:47:52 +01:00
816ec7dd7f 'Invisimin' logging (#16885)
* 'Invisimin' logging

* Forgot this works

Co-authored-by: Farie82 <farie82@users.noreply.github.com>

Co-authored-by: Farie82 <farie82@users.noreply.github.com>
2021-10-09 16:47:00 +01:00
SabreMLandGitHub 80a657ae9e Name Capitalisation Tweaks (Mechs) (#16897)
* Mech part names

* Heavy Pulse Rifle

This is the only weapon without Title Case, so for consistency with the others.
2021-10-09 16:46:05 +01:00
SabreMLandGitHub cd16409c14 Teleport menu typo fix (#16896) 2021-10-08 15:19:44 +01:00
variableundefinedandGitHub c68020d933 Merge pull request #16890 from ParadiseSS13/aa07/webedit-2021-10-07
Prevents uploading codex gigas to library
2021-10-07 17:12:25 -05:00
SabreMLandGitHub 9e662aa714 Neural Jumpstarter implant (#16891) 2021-10-07 17:51:17 +01:00
Fox McCloudandGitHub d52fbfce20 Removes Null Entry/Surplus Crates (#16788) 2021-10-07 17:07:34 +01:00
SabreMLandGitHub 007efb6d99 Airlock GC Fix (#16888) 2021-10-07 17:04:34 +01:00
variableundefinedandGitHub d6f1b338fc Display the type(s) of selected antags an antag might be in player panel (#16735)
* Display the type(s) of selected antags an antag might be in player panel

* Remove an oops in DM_DOC, remove useless code in is_special_character and add DMDoc to it

* Clean up unnecessary ssticker check and improve doc

* Stylings fix
2021-10-07 16:47:28 +01:00
40eb870732 Polishes up and fixes bugs with the syndicate teleporter (#16844)
* Polishes up and fixes bugs with the syndicate teleporter

* snake case

Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>

Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
2021-10-07 16:38:23 +01:00
Vi3triceandGitHub 6cfbc3f396 Transformation diseases do the jobban check properly (#16881)
* Make the jobban check work

* Removed gibbed
2021-10-07 16:33:22 +01:00
AffectedArc07andGitHub 5ee4e7fd5d Prevents uploading codex gigas to library 2021-10-07 16:30:05 +01:00
Fox McCloudandGitHub f58ed82d11 Merge pull request #16876 from AffectedArc07/pai-client-data-loading
Moves pAI saves to the DB
2021-10-05 16:40:34 -04:00
957edb4420 Fixes being able to install 0 cost upgrades on an energy crossbow (#16861)
* Fixes being able to install 0 cost upgrades on an energy crossbow

* Just uses max_mod_capacity

* Update code/modules/projectiles/guns/energy/kinetic_accelerator.dm

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
2021-10-04 20:26:57 +01:00
S34NandGitHub 952cfd7dc4 why was his done this way, wtf (#16877) 2021-10-04 20:17:00 +01:00
Farie82andGitHub b61e1ad73d Fixes unused cloners becoming bugged after emagging (#16875) 2021-10-04 20:16:02 +01:00
Farie82andGitHub 2d13c33906 Makes laser pointers not go through walls (#16871)
* Makes laser pointers not go through walls

* Add comment

* Use the laserpointer instead as center
2021-10-04 20:15:10 +01:00
S34NandGitHub f641f1f6ef Fixes ghost teleport menu (#16858)
* fixes ghost jumping

* use SSmapping.ghostteleportlocs
2021-10-04 20:14:16 +01:00
AffectedArc07 c358a20498 Moves pAI saves to the DB 2021-10-04 19:15:53 +01:00
datloandGitHub 2aa0abde72 Replace maintenance batswarm by regular bats (#16872) 2021-10-04 13:49:00 +01:00
variableundefinedandGitHub 26ac6f0e93 Merge pull request #16821 from Qwertytoforty/not-to-point-fingers-but
Adds hidden fingerprint logging to emaging arcade machines
2021-10-03 20:51:39 -05:00
variableundefinedandGitHub 25743018bb Merge pull request #16857 from S34NW/more_rogue_characters
Fixes rogue characters in crew health monitor
2021-10-03 20:49:15 -05:00
variableundefinedandGitHub 1954e619fa Merge pull request #16845 from Exavere/Golem-Magic
Fixes Golems not being properly augmented
2021-10-03 20:48:33 -05:00
variableundefinedandGitHub fb50ea1ce9 Merge pull request #16846 from Exavere/Fixes-tinted-windows-hoorah
Fixes Electrochromatic Window Material Return
2021-10-03 20:47:31 -05:00
variableundefinedandGitHub 46aab60b49 Merge pull request #16860 from Vi3trice/headpocket-stop-eating-my-stuff
Fix - Skrell headpockets will empty on destroy instead of deleting their contents
2021-10-03 20:47:07 -05:00
variableundefinedandGitHub d25cafedb8 Merge pull request #16862 from FlattestGuitar/stealthmin-fixes
stealthmin fix
2021-10-03 20:46:03 -05:00
Vi3trice 4b29431236 Makes the fireaxe visible on the back, and wow one line fix again? 2021-10-03 18:51:51 -04:00
Fox McCloudandGitHub 2790d94891 Merge pull request #16850 from AffectedArc07/removes-spacepods
Nukes spacepods and associated jobs
2021-10-03 15:50:08 -04:00
Mieszko Je 134a4bb663 stealthmin fix 2021-10-03 18:17:53 +02:00
S34NW d2fdc83332 fixes rogue character in crew health monitor 2021-10-03 15:25:30 +01:00
Vi3trice 01d586e791 Like suit storage, no reason not to drop the item 2021-10-03 10:23:29 -04:00
Vi3triceandGitHub 8d1aef2013 Why call it do_the_flick if you don't flick (#16853) 2021-10-03 11:50:08 +01:00
AffectedArc07 129318891d Nukes spacepods and associated jobs 2021-10-02 13:16:24 +01:00
Exavere 8dea214a44 Fixes Electrochromatic Windows 2021-10-01 16:34:10 -05:00
Exavere 32a0adb5c8 Fixes Golems not being properly augmented 2021-10-01 16:10:33 -05:00
Fox McCloudandGitHub ee22c8d4ee Refactors Item Blood Overlays (#16826)
* Refactors Item Blood Overlays

* update

* remove blood color changing
2021-10-01 21:57:54 +01:00
S34NandGitHub 5db2b348ff fix rogue characters on smartfridge menu (#16835) 2021-10-01 21:53:15 +01:00
Farie82andGitHub 56c1f81642 Makes disabled martial arts not block north-star (#16838) 2021-10-01 21:52:28 +01:00
variableundefinedandGitHub bc5c297b09 Merge pull request #16781 from botka4aet/Rped
RPED replace cell according max and current charge
2021-09-30 18:44:09 -05:00