Commit Graph

22331 Commits

Author SHA1 Message Date
TDSSS
7e8d9ad51e Fixes meteor sat emag oversight and cleans event code a bit (#14414)
* fix and cleanup

* fixes incorrect comment

* incorporates review comments

* Autodoc, yo

* minor typo

* false and true
2020-09-25 19:56:17 -04:00
AffectedArc07
97245c48a6 The beginning of the end (#14435) 2020-09-25 19:55:13 -04:00
Kyep
4e38d4e978 Fixes borgs retaining access to interfaces post-reset (#14439)
* Fixes 14438

* nano too

Co-authored-by: Kyep <Kyep@users.noreply.github.com>
2020-09-25 19:54:32 -04:00
RedWolfie
e69e176abe fixed the toggle guests command (#14288)
* fixed the toggle guests command

* removed entire check as req
2020-09-25 18:41:12 -04:00
RedWolfie
ca838d90f8 [Bugfix] Internal organs rot outside body (#14213)
* added processing of internal organs

* stop processing after insert organ

* refactor
2020-09-25 18:40:31 -04:00
Kyep
0a046cb8fd Fixes spiders eating the crew alive (#14436)
* Fixes spiders eating the crew alive

* more fixes

Co-authored-by: Kyep <Kyep@users.noreply.github.com>
2020-09-25 18:39:08 -04:00
ppi13
8ffa7d9715 Makes slimes immune to tesla (#14394) 2020-09-25 16:16:50 -04:00
SabreML
803f0d5f8d Stops maintenance drones from clicking stuff while ventcrawling (#14415)
* Adds 'is_ventcrawling' as a mob define

* General cleanup

* Halts 'ClickOn' for borgs if ventcrawling

* Removes ctrl-clicking fire alarms

* Missed a var

Only used in the ctrl clicking thing, so bye bye
2020-09-25 16:16:01 -04:00
Qwertytoforty
fbb34fe482 Gives engi/medical borgs an abductor tool upgrade from the exosuit fabricator (#14341)
* Gives engi/med  borgs abductor upgrades

* Removes unneeded line

* Henks and Aquilars suggestion

Co-authored-by: Qwertytoforty <qwertytoforty@gmail.com>
2020-09-25 16:13:26 -04:00
SteelSlayer
c21cfa1a09 guardian actions (#14402) 2020-09-25 16:13:03 -04:00
Ryal
ad5f7a9b54 Adds GPS to the poi list to allow ghosts and admins to jump to them. (#14390) 2020-09-25 16:11:52 -04:00
AffectedArc07
4ccc7a1b63 Removes Supermatter NanoUI (#14392) 2020-09-25 16:11:36 -04:00
Qwertytoforty
59292bed7e Makes Curare have the can_synth flag = false (#14421)
Co-authored-by: Qwertytoforty <qwertytoforty@gmail.com>
2020-09-25 16:10:28 -04:00
Kugamo
54bd26b470 Adds Salmon Suit (#14419)
* Adds the Salmon SUIT

* fixed missing pixel
2020-09-25 16:10:22 -04:00
AffectedArc07
208ce06ab1 Merge pull request #14429 from TDSSS/ert-camera-fix
Removes ert suit runtime
2020-09-25 09:53:38 +01:00
SteelSlayer
ea13e78bae mule move fix (#14431) 2020-09-25 01:50:50 -04:00
TDSSS
a5c09b12f6 no more errors 2020-09-24 23:46:18 +02:00
mochi
f2860875c7 Tweak Aghost login 2020-09-24 11:57:53 +02:00
mochi
dc50cecef3 Address AA 2 2020-09-24 11:32:17 +02:00
mochi
87ea4643d2 Address AA and Kyet 2020-09-24 00:40:05 +02:00
Marginalorb
69e68c669c Updates wryn.dm (#14416)
Fixes wryn body color picking
2020-09-23 12:20:23 -04:00
AffectedArc07
ca4cdfccf3 Merge remote-tracking branch 'ParadiseSS13/master' into pr/RedWolfie/14378 2020-09-22 18:35:34 +01:00
joep van der velden
286472229a Rename the var to be less confusing 2020-09-22 08:33:06 +02:00
joep van der velden
fa423ab9e6 Wrong param changed. Player panel fixed 2020-09-22 08:29:39 +02:00
farie82
1ffca6dfed Makes PMs work after the client reconnects (#14404) 2020-09-21 15:08:34 -04:00
joep van der velden
d7030d9d82 Gives better feedback to the AI when opening doors from chat. Fix runtime 2020-09-21 16:36:54 +02:00
Ryal
08c05a4814 Adds Earmuffs providing immunity to Changeling shriek (#14033)
* Adds Earmuff immunity to shriek

* Refactors hearing protection and adds deafness

* Update human.dm

* Removed implicit src
2020-09-20 18:32:27 -04:00
SteelSlayer
01da8413de Adds the proximity monitor component. Performance improvement for turf/Entered (#14196)
* proximity monitor

* Update code/__HELPERS/unsorted.dm

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

* farie review tweaks

* actually I need this

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
2020-09-20 13:31:16 -04:00
Daylight
ead6e898a3 Makes emotes that require air gasps when you have 35+ oxygen damage (#13347)
* Makes emotes that require air gasps when you have 40+ oxy damage

* Update emote.dm

* Update emote.dm

* Makes code less copypasta

* You can no longer scream 20 times a second. Also explains why this code needs 3 switches

* Whitespace change
2020-09-20 12:51:00 -04:00
farie82
81682dc626 Adds muzzle flashes for guns depending on the ammo (#13322)
* Muzzle flashes added for guns

* Use an muzzle flash effect now.

* Unused var

* sillenced guns have a lower alpha muzzleflash effect
2020-09-20 12:41:45 -04:00
AffectedArc07
f110cef216 [TGUI] Cargo Console (#14386)
* TGUI Cargo Console

* Addesses Mochi
2020-09-20 11:47:14 -04:00
farie82
d68ea1dc42 Update code/modules/admin/verbs/randomverbs.dm
Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
2020-09-20 12:35:01 +02:00
joep van der velden
dccd56d640 Adds a confirmation to the deny shuttle call verb 2020-09-20 11:12:48 +02:00
SabreML
b73fc0c29b Adds a 'Clear Scanner Records' action for Forensic Scanners (#14274)
* Adds clear_scanner as a verb

* Changed 'spawn()' to 'addtimer()'.

Also made the 'ding' sound a bit quieter.

* Some 'attack_self()' refactoring

* Some 'print_scanner_report()' refactoring

* Some 'scan()' refactoring

* Changes 1 & 0 to TRUE & FALSE

* and the rest of them

* Review fixes

Moved 'lowertext()', removed implied src,
changed '\the [target_name]' to '[A]'.

* Changed 'clear_scanner' from a verb to an action

* Made 'print_forensic_report' its own action

Don't want reagent scanners getting the same icon

* More cleanup
2020-09-19 23:04:07 -04:00
Darkmight9
4d5c368432 adds a wide varriety of new loadout options and some minor cost adjustments (#12873)
* adds a wide varriety of new loadout options and some minor cost adjustments

* forgot to enable the vox plushie

* Removed the contravercial items and added camera, kilt, and lizard plushie as choices

* Deconflicted and the unwanted items removed
2020-09-19 20:57:50 -04:00
ExusA
686974955d Recycler & Conveyor switch examines (#14263)
* initial commit

* updated!

Now includes instructions on examine on how to use the switches, belts and their respective assemblies.

* review committed!

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

Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
2020-09-19 20:16:30 -04:00
AffectedArc07
2c93d34575 Merge pull request #14387 from Dovixx/corpse-interaction
Stops dead people from being able to interact with certain things
2020-09-19 21:35:16 +01:00
Dovixx
b35a9f3af3 Add the checks 2020-09-19 23:16:59 +03:00
mochi
828742a451 Merge branch 'master' into tgui-login-plugin, address AA 2020-09-19 22:03:36 +02:00
mochi
be0db9984b Make dreamchecker happy 2020-09-19 20:30:27 +02:00
mochi
5e40da0a13 Merge branch 'master' into tgui-login-plugin 2020-09-19 17:03:00 +02:00
mochi
f30dffc6b7 Creates login plugin for TGUI to streamline and unify login frontend and backend 2020-09-19 16:48:48 +02:00
Kyep
c303256d19 AA request 2020-09-19 06:49:01 -07:00
Kyep
be024bbbcc Merge remote-tracking branch 'ParadiseSS13/master' into skills_rework 2020-09-19 06:39:38 -07:00
AffectedArc07
ce2f0d401d Swings the axe on modular consoles (#14355)
* Swings the axe on modular consoles

* Experience will not save you in these parts
2020-09-19 09:36:56 -04:00
Certhic
3fead8811b pacman tgui tweaks 2020-09-19 15:16:14 +02:00
Kyep
9a50149fa2 Terror princess egg / wrap fixes (#14380)
* fix princess egg timer text implying the wrong egg generation rate

* fix terror corpses being wrappable in some situations

* Princesses now get a warning to get out of the vent every 30 seconds

Co-authored-by: Kyep <Kyep@users.noreply.github.com>
2020-09-19 00:00:10 -04:00
Kugamo
172e4ac1ca Adds Atmos magboots, and tweaks magboot sprites. (#14192)
* Adds sprites for atmosmagboots, and their functionality

* adds atmos magboots to the atmos hardsuit storage units

* Adds gust protection to advanced magboots

* rearranges if and else statements, and corrects missing SPAN

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

* deconflict

Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
2020-09-18 19:43:42 -04:00
TDSSS
33f600d0d3 Spray logging improvement (#14331)
* better logging

* now with target
2020-09-18 19:41:46 -04:00
farie82
bf5c3131d8 Unusable martial arts now doesn't block normal behaviour (#14377) 2020-09-18 18:52:06 -04:00