Commit Graph

12612 Commits

Author SHA1 Message Date
SkyratBot
e809e2bd15 [MIRROR] [READY] Lavaland Elite Changes (#2238)
* [READY] Lavaland Elite Changes (#55367)

This PR just does some balancing to the Lavaland Elites, along with some QOL. The changes:

    Ability buttons now show the current cooldown on them for when you can attack again.

BROODMOTHER

    Nerfed Rage attack cooldown from 7 seconds to 10 seconds

HERALD

    Speed increased from 4 to 2
    Directional Shot cooldown nerfed from 5 to 3 seconds
    Projectiles now deal 20 damage instead of 15

LEGIONNAIRE

    Melee attacks now deal 35 damage instead of 30
    Charge is now much faster to perform once it starts moving (moves faster) and combos into itself
    Charge does melee damage per step now
    Smoke cooldown decreased from 6 to 4 seconds
    Fixed the bonfire not lighting things on fire who cross over it

PANDORA

    Damage tiles now deal 30 damage instead of 20
    Can no longer teleport to tiles it cannot see
    AOE Blast is now 7x7 instead of 5x5
    AOE Blast and Lineshot now move based on Pandora's current damage, speeding up as it gets lower

These are just some changes in order to better balance out the elites, giving strength to everyone but the broodmother and nerfing a tad BS attack the Broodmother possessed

Co-authored-by: Jared-Fogle <35135081+Jared-Fogle@ users.noreply.github.com>

* [READY] Lavaland Elite Changes

Co-authored-by: IndieanaJones <47086570+IndieanaJones@users.noreply.github.com>
Co-authored-by: Jared-Fogle <35135081+Jared-Fogle@ users.noreply.github.com>
2020-12-19 04:45:00 +01:00
SkyratBot
24743f2696 [MIRROR] Refactors Beams to use signals: Revived from 2019 edition! BONUS: Medbeams are also refactored to use signals (#2237)
* Refactors Beams to use signals: Revived from 2019 edition! BONUS: Medbeams are also refactored to use signals (#55193)

Huge removal of dead vars, bad timers, and other sloppy jitteriness from beams. They go from checking movement to waiting for a signal.
VARIABLE KILL LIST:

sleep_time: signals baby
finished: signals BAYBEEE
target_oldloc: not only not typecasted as a turf or named as a turf, it was unused. when are we going to use this? the beam starts from the origin!
origin_oldloc: bad name, not typecasted. renamed to originturf
static_beam: how are you an unused variable and still get replaced by signals like really
timing_id: signallllss bbbaaaabbyy
recalculating: you get the drill by now signals baby
base_icon: unused, seemingly replaced by visuals I think

* Refactors Beams to use signals: Revived from 2019 edition! BONUS: Medbeams are also refactored to use signals

Co-authored-by: tralezab <40974010+tralezab@users.noreply.github.com>
2020-12-19 04:42:09 +01:00
SkyratBot
21f164e8f4 [MIRROR] Lowers the amount of footstep component churn (#2227)
* Prevents simple animals from creating/destroying 1 footstep component per process (#55599)

* Lowers the amount of footstep component churn

Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com>
2020-12-19 04:18:02 +01:00
SkyratBot
a85b6ff78a [MIRROR] Removed semicolon output in critical state (#2225)
* Removed semicolon output in critical state (#55396)

removed semicolon display in critical health

Co-authored-by: Ghom <42542238+Ghommie@ users.noreply.github.com>

* Removed semicolon output in critical state

Co-authored-by: drongood12 <73915636+drongood12@users.noreply.github.com>
Co-authored-by: Ghom <42542238+Ghommie@ users.noreply.github.com>
2020-12-19 03:47:38 +01:00
SkyratBot
cfc71ac43f [MIRROR] Simple bots can pass through plastic flaps again (#2223)
* Added passflags to bots (#55581)

* Simple bots can pass through plastic flaps again

Co-authored-by: NightRed <nightred@gmail.com>
2020-12-18 08:49:58 +01:00
SkyratBot
7fb210478a [MIRROR] Makes light eaters acid proof (#2216)
* Update shadowpeople.dm (#55547)

Nightmare light eaters can no longer be deleted using acid

* Makes light eaters acid proof

Co-authored-by: wesoda25 <37246588+wesoda25@users.noreply.github.com>
2020-12-18 08:17:19 +01:00
Armyguy
ebc09d2231 Remove REEEEEEEEEEEEEEEEEEEEEEEEE (#2193)
* Remove frog

Just remove it

* Update frog.dm

* Update frog.dm

* Update code/modules/mob/living/simple_animal/hostile/retaliate/frog.dm

Co-authored-by: Alex 'Avunia' Takiya <avunia@outlook.com>

* Update code/modules/mob/living/simple_animal/hostile/retaliate/frog.dm

Co-authored-by: Alex 'Avunia' Takiya <avunia@outlook.com>

* Update code/modules/mob/living/simple_animal/hostile/retaliate/frog.dm

Co-authored-by: Alex 'Avunia' Takiya <avunia@outlook.com>

* Update code/modules/mob/living/simple_animal/hostile/retaliate/frog.dm

Co-authored-by: Alex 'Avunia' Takiya <avunia@outlook.com>

* Update code/modules/mob/living/simple_animal/hostile/retaliate/frog.dm

Co-authored-by: Alex 'Avunia' Takiya <avunia@outlook.com>

* Update code/modules/mob/living/simple_animal/hostile/retaliate/frog.dm

Co-authored-by: Alex 'Avunia' Takiya <avunia@outlook.com>

* Update frog.dm

Co-authored-by: Alex 'Avunia' Takiya <avunia@outlook.com>
2020-12-18 02:42:04 +01:00
SkyratBot
1f4816d1fe [MIRROR] Fixes GC for observers and new players, and tons of loose references to stuff that shouldnt be (#2204)
* Fixes GC for observers and new players, and tons of loose references to stuff that shouldnt be (#55563)

I've done this on a signal because atom_hud is applied very loosely in some contexes, and the objects themselves dont have an easy way to track back into what huds they're affected by, so this seemed the best. Properly cleans up next_time_allowed, which was missing.

Update: I discovered this is also an issue for a lot of simple mobs, such as slimes and bots and such. So fixing this is huge

* Fixes GC for observers and new players, and tons of loose references to stuff that shouldnt be

Co-authored-by: Azarak <azarak10@gmail.com>
2020-12-17 10:55:50 +01:00
SkyratBot
1459ec2edc [MIRROR] fixes the clusterfuck of projectile issues (#2199)
* fixes the clusterfuck of projectile issues (#55495)

* fixes the clusterfuck of projectile issues

Co-authored-by: silicons <2003111+silicons@users.noreply.github.com>
2020-12-17 08:05:01 +01:00
SkyratBot
e0350e5572 [MIRROR] Humans that get turned into monkeys don't get monkey AI (#2201)
* null AI transfers through transformations correctly (#55535)

* Humans that get turned into monkeys don't get monkey AI

Co-authored-by: Yenwodyah <yenwodyah@gmail.com>
2020-12-17 08:04:02 +01:00
SkyratBot
b7ba0f286a [MIRROR] Removes roundstart miasma, from everything. (#2202)
* Removes roundstart miasma. Yes, even the gibs that are marked as miasma producers. Fuck you. Carbons now start listening for death at init, then get the component when they die. Gibs behave just as they used to. (#55343)

* Removes roundstart miasma, from everything.

Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com>
2020-12-17 07:57:31 +01:00
SkyratBot
d37d6ce8d9 [MIRROR] Disconnect and Reconnect messages for deadchat (#2174)
* Disconnect and Reconnect messages for deadchat (#55395)

adds messages to deadchat when a client with a mob disconnects or reconnects

* Disconnect and Reconnect messages for deadchat

* aaa

Co-authored-by: Emmanuel S <mrdoomboyo@gmail.com>
Co-authored-by: Useroth <37159550+Useroth@users.noreply.github.com>
Co-authored-by: Azarak <azarak10@gmail.com>
2020-12-17 02:56:49 +01:00
SkyratBot
978e8a68e5 [MIRROR] Refactors how humans receive damage from xenomorphs, monkeys & slimes (#2178)
* Refactors how humans receive damage from xenomorphs, monkeys & slimes (#55389)

melee_damager_lower and melee_damage_lower has been moved from living/simple_animal to living.
Humans receive damage from xenomorphs, monkeys and slimes via random math between these two variables instead of hardcoded values.

* Refactors how humans receive damage from xenomorphs, monkeys & slimes

Co-authored-by: KathrinBailey <53862927+KathrinBailey@users.noreply.github.com>
2020-12-14 12:46:56 +01:00
SkyratBot
171cf8daf1 [MIRROR] Removes vestigial code (#2176)
* Removes vestigial code (#55492)

* Removes vestigial code

Co-authored-by: TemporalOroboros <TemporalOroboros@gmail.com>
2020-12-14 12:22:25 +01:00
SkyratBot
655ae04149 [MIRROR] Cyborg skin selection fix (#2169)
* Cyborg skin selection fix (#55328)

* Borg skin selection fix

* Cleaner fix

* Cyborg skin selection fix

Co-authored-by: Arkatos1 <43862960+Arkatos1@users.noreply.github.com>
2020-12-13 13:45:32 +00:00
SkyratBot
7a185e0b4d [MIRROR] [READY] Creates Datumized AI and applies it to monkeys (#2166)
* [READY] Creates Datumized AI and applies it to monkeys (#55238)

New AI system, implemented for monkeys.

* [READY] Creates Datumized AI and applies it to monkeys

Co-authored-by: Qustinnus <Floydje123@hotmail.com>
2020-12-13 13:45:09 +00:00
SkyratBot
0e26de1f3e [MIRROR] You can sacrifice souls to toolboxes (#2152)
* You can sacrifice souls to toolboxes (#55306)

So, now that it's December, this PR makes it so you can use a soulstone with a shade in it on a mechanical toolbox to sacrifice the shade to give the toolbox back its SOUL (it goes back to the old sprite)

* You can sacrifice souls to toolboxes

Co-authored-by: Ryll Ryll <3589655+Ryll-Ryll@users.noreply.github.com>
2020-12-13 00:51:38 +00:00
SkyratBot
cd99e2c375 [MIRROR] Prevents bypassing the bluespace anomaly core limit by killing ice demons (#2147)
* Prevents bypassing the bluespace anomaly core limit by killing ice demons  (#55454)

Ice demons now have a 5% chance to drop a raw bs anomaly core instead of a 5% chance to drop an active one.
Fixes #55229

* Prevents bypassing the bluespace anomaly core limit by killing ice demons

Co-authored-by: interestingusernam3 <51925758+interestingusernam3@users.noreply.github.com>
2020-12-12 19:13:03 +00:00
SkyratBot
ecc11e392c [MIRROR] Adds binds for targeting the eyes and mouth (#2130)
* Adds binds for targeting the eyes and mouth (#55299)

* Adds binds for targeting the eyes and mouth

Co-authored-by: Coffee <CoffeeDragon16@gmail.com>
2020-12-11 06:07:56 +01:00
SkyratBot
9dfb7a1189 [MIRROR] Everything that uses maptext now uses the class that makes it actually readable (#2116)
* Everything that uses maptext now uses the class that makes it actually readable

* Update chatmessage.dm

Co-authored-by: Jared-Fogle <35135081+Jared-Fogle@users.noreply.github.com>
Co-authored-by: Gandalf <jzo123@hotmail.com>
2020-12-11 00:40:04 +00:00
SkyratBot
64cb64aae3 [MIRROR] Replace direct poi_list manipulation with element (#2117)
* Replace direct poi_list manipulation with element (#55416)

Replaces GLOB.poi_list |= src and GLOB.poi_list -= src with an element that handles it directly.

More consistent code, especially when a lot of code couldn't decide how to add/remove (some |=, some -=, some .Remove, etc).

* Replace direct poi_list manipulation with element

Co-authored-by: Jared-Fogle <35135081+Jared-Fogle@users.noreply.github.com>
2020-12-11 00:26:00 +00:00
Maxim Nikitin
53390e09cb Makes it so when you lie down it makes you lie down in the direction you're facing (#2110)
* Makes it so when you lie down it makes you lie down in the direction you're facing

* oopsie
2020-12-10 12:56:16 +00:00
SkyratBot
66c207e19c [MIRROR] Reverts (#54963) due to timer spam (#2109)
* Revert "Refactors how movetype flags are added and removed and the floating animation (#54963)" (#55432)

This reverts commit b8425c003a.

* Reverts (#54963) due to timer spam

Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com>
2020-12-10 05:58:05 +01:00
SkyratBot
afce3e2a94 [MIRROR] pass_flags handling refactor + rewrites a part of projectiles for the n-th time (#2097)
* pass_flags handling refactor + rewrites a part of projectiles for the n-th time (#54924)

Yeah uhh this'll probably need testmerging even after it's done because yeah it's a bit big.
If y'all want me to atomize this into two PRs (pass flags vs projectiles) tell me please. Pass flags would have to go in first though, in that case, as new projectile hit handling will rely on pass_flags_self.
Pass flags:

Pass flags handling now uses an atom variable named pass_flags_self.
If any of these match a pass_flag on a thing trying to pass through, it's allowed through by default.
This makes overriding CanAllowThrough unnecessary for the majority of things. I've however not removed overrides for very.. weird cases, like plastic flaps which uses a prob(60) for letting PASSGLASS things through for god knows why.
LETPASSTHROW is now on pass_flags_self
Projectiles:

Not finalized yet, need to do something to make the system I have in mind have less unneeded overhead + snowflake

Basically, for piercing/phasing/otherwise projectiles that go through things instead of hitting the first dense object, I have them use pass_flags flags for two new variables, projectile_phasing and projectile_piercing. Anything with pass_flags_self in the former gets phased through entirely. Anything in the latter gets hit, and the projectile then goes through. on_hit will also register a piercing hit vs a normal hit (so things like missiles can only explode on a normal hit or otherwise, instead of exploding multiple times. Not needed as missiles qdel(src) right now but it's nice to have for the future).

I still need to decide what to do for hit handling proper, as Bump() is still preferred due to it not being as high-overhead as something like scanning on Moved(). I'm thinking I'll make Moved() only scan for cases where it needs to hit a non-dense object - a prone human the user clicked on, anything special like that. Don't know the exact specifics yet, which is why this is still WIP.

Projectiles now use check_pierce() to determine if it goes through something and hits it, doesn't hit it, or doesn't go through something at all (should delete self after hitting). Will likely make an on_pierce proc to be called post-piercing something so you can have !fun! things like projectiles that go down in damage after piercing something. This will likely deprecate the process_hit proc, or at least make it less awful.

scan_for_hit() is now used to attempt to hit something and will return whether the projectile got deleted or not. It will delete the projectile if the projectile does hit something and fails to pierce through it.

scan_moved_turf() (WIP) will be used for handling moving onto a turf.

permutated has been renamed to impacted. Ricocheting projectiles get it reset, allowing projectiles to pierce and potentially hit something again if it goes back around.

A new unit test has been added checking for projectiles with movement type of PHASING. This is because PHASING completely causes projectiles to break down as projectiles mainly sense collisions through Bump. The small boost in performance from using PHASING instead of having all pass flags active/overriding check_pierce is in my opinion not worth the extra snowflake in scan_moved_turf() I'd have to do to deal with having to check for hits manually rather than Bump()ing things.
Movement types

UNSTOPPABLE renamed to PHASING to better describe what it is, going through and crossing everything but not actually bumping.
Why It's Good For The Game

Better pass flags handling allows for less proc overrides, bitflag checks are far less expensive in general.

Fixes penetrating projectiles like sniper penetrators

This system also allows for better handling of piercing projectiles (see above) without too much snowflake code, as you'd only need to modify on_pierce() if you needed to do special handling like dampening damage per target pierced, and otherwise you could just use the standardized system and just set pass flags to what's needed. If you really need a projectile that pierces almost everything, override check_pierce(), which is still going to be easier than what was done before (even with snowflake handling of UNSTOPPABLE flag process_hit() was extremely ugly, now we don't rely on movement types at all.)

* pass_flags handling refactor + rewrites a part of projectiles for the n-th time

Co-authored-by: silicons <2003111+silicons@users.noreply.github.com>
2020-12-09 23:44:54 +01:00
SkyratBot
2ee5d422ae [MIRROR] Refactors how movetype flags are added and removed and the floating animation (#2096)
* Refactors how movetype flags are added and removed and the floating animation (#54963)

I wanted to refactor how movetype flags are added and removed into traits to prevent multiple sources of specific movement types from conflicting one other. I ended up also having to refactor the floating animation loop (the one that bobs up and down) code in the process.
Why It's Good For The Game

A way to avoid conflict from multiple sources of movement types.
This also stops melee attacks, jitteriness and update_transform() from temporarily disabling the floating movetype bitflag altogether until the next life tick.

Tested, but i'm pretty sure improvements could be made.
Changelog

cl
fix: jitteriness, melee attack animations and resting/standing up should no longer momentarily remove the floating movement type.
/cl

* Refactors how movetype flags are added and removed and the floating animation

Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
2020-12-09 23:43:42 +01:00
Azarak
a37885cf0a Update robot.dm (#2086) 2020-12-09 00:56:50 +00:00
Azarak
8992310542 Update robot.dm (#2083) 2020-12-08 16:35:42 +01:00
SkyratBot
3a0491d3b4 [MIRROR] Small do-after refactor (#2074)
* Small do-after refactor (#55172)

This is an alternative to the PR Ryll made, it does some things similar e.g. the default limit of 1 interaction per target for a person, however, it refactors do_afters to support overrides for max interaction counts and unique sources.

For example, stripping uses the item being stripped as the source, allowing you to strip multiple items, but not the same item multiple times.

I've also fixed most other edge-cases this could cause where balance would be affected, but feel free to point out any I might've missed, this'll probably require some longer-term testmerging.

* Small do-after refactor

Co-authored-by: Qustinnus <Floydje123@hotmail.com>
2020-12-07 22:46:59 +01:00
SkyratBot
5f1a7a9385 [MIRROR] Sound Environments - Adds reverb and echos to rooms (#2067)
* Sound Environments - Adds reverb and echos to rooms

* Update sound.dm

* Update sound.dm

* Update datum_traitor.dm

Co-authored-by: Qustinnus <Floydje123@hotmail.com>
Co-authored-by: Gandalf2k15 <jzo123@hotmail.com>
2020-12-07 10:35:36 +00:00
SkyratBot
cd9a0c73d6 [MIRROR] Reworks the champion's hardsuit (#2066)
* Reworks the champion's hardsuit (#55337)

fixes hiero staff recall mesage not working
Reworks the champion's hardsuit
changes:
name: champion's hardsuit -> berserker hardsuit
armor: (MELEE = 65, BULLET = 50, LASER = 50, ENERGY = 60, BOMB = 50, BIO = 100, RAD = 100, FIRE = 80, ACID = 80) -> (MELEE = 30, BULLET = 10, LASER = 10, ENERGY = 20, BOMB = 10, BIO = 100, RAD = 10, FIRE = 100, ACID = 100)
doesnt have ert stripping time so its shorter
it cant hold the pka or cutter on itself, but it carries knives, resonators, spears and the crusher
adds berserk mechanic: with every hit you take thats not from yourself, you get berserk charge equal to the damage dealt to you divided by 4, if its a projectile attack this value is multiplied by 1.5, so a 20 damage melee hit gives you 5 charge, while a 20 damage projectile gives you 7 charge
use berserk ability with 100 charge to go berserk
you move a bit faster, you hit 2 times faster, you get a cool color and your melee armor is massively increased for the duration (about 10 seconds?), but you cannot shoot guns during the effect

* Reworks the champion's hardsuit

Co-authored-by: Fikou <piotrbryla@onet.pl>
2020-12-07 10:30:09 +00:00
SkyratBot
6b5935287a [MIRROR] Slimes no longer parse speaker names and sayverbs for orders (#2058)
* Slimes no longer parse speaker names and sayverbs for orders (#55344)

So, on the Hear() proc, the 'message' argument is the fully composed HTML message, including the Urist McBeard says, " part of it. This means that if you or your sayverb have any of the slime order keywords when addressing them, they'll latch onto that as if it was your order. This PR makes it so they only listen to what you said.

* Slimes no longer parse speaker names and sayverbs for orders

Co-authored-by: Ryll Ryll <3589655+Ryll-Ryll@users.noreply.github.com>
2020-12-06 13:39:21 +00:00
SkyratBot
eb0df37e8d [MIRROR] snow golems now have chunky fingers trait instead of noguns trait (#2057)
* snow golems now have chunky fingers trait instead of noguns trait (#55342)

was i drunk when i coded that
basically they can now shoot guns that have a trigger guard golems can use

* snow golems now have chunky fingers trait instead of noguns trait

Co-authored-by: Fikou <piotrbryla@onet.pl>
2020-12-06 13:38:51 +00:00
Funce
f7b2105295 Fix double messages while being slapped (#2055) 2020-12-06 10:32:44 +00:00
SkyratBot
25ab1f14ec [MIRROR] Herald Elite Bugfixes (#2051)
* Fixes Issues with Herald (#55242)

* Herald Elite Bugfixes

Co-authored-by: IndieanaJones <47086570+IndieanaJones@users.noreply.github.com>
2020-12-06 04:11:51 +01:00
SkyratBot
2913364658 [MIRROR] Kills oldfood, Puts newfood on top. (#2041)
* Kills oldfood, Puts newfood on top. (#55160)

Slays the last of old-food, making new-food the new normal.

Co-authored-by: MrMelbert <kmelbert4@ gmail.com>
Co-authored-by: Jared-Fogle <35135081+Jared-Fogle@ users.noreply.github.com>

* Kills oldfood, Puts newfood on top.

* Update collars.dm

Co-authored-by: Qustinnus <Floydje123@hotmail.com>
Co-authored-by: MrMelbert <kmelbert4@ gmail.com>
Co-authored-by: Jared-Fogle <35135081+Jared-Fogle@ users.noreply.github.com>
Co-authored-by: Azarak <azarak10@gmail.com>
2020-12-04 16:46:26 +01:00
SkyratBot
d725a03878 [MIRROR] Fixes borg upgrades with action buttons being broken (#2032)
* Fixes borg upgrades with action buttons being broken (#55305)

Fixes #55257
You can probably also currently install upgrades somehow stuck to your hand, and if so this would also fix that.

* Fixes borg upgrades with action buttons being broken

Co-authored-by: zxaber <37497534+zxaber@users.noreply.github.com>
2020-12-04 00:38:20 +00:00
Patch
9c38bdb6ad [Semi-Modular] Re-adds DNR and DNC traits, prevents clone pod from cloning synthetics (#1942)
* Readds DNR and DNC traits

* Cleans up some EoL to make the linter happy

* Minor code cleanup

Co-authored-by: Gandalf <jzo123@hotmail.com>

* Fix for clone pod checking synthetics

This is better, yes

Co-authored-by: Azarak <azarak10@gmail.com>

Co-authored-by: Gandalf <jzo123@hotmail.com>
Co-authored-by: Azarak <azarak10@gmail.com>
2020-12-03 17:23:53 +00:00
NotRanged
b4fade2405 tested and working (#2024)
Co-authored-by: Ranged <nickvanderkroon@gmail.com>
2020-12-03 17:22:04 +00:00
SkyratBot
2d58d386ef [MIRROR] Migrate some docs from the GitHub wiki into the repository (#2027)
* Merge pull request #55268 from AutomaticFrenzy/patch/docs-from-github-wiki

Migrate some docs from the GitHub wiki into the repository

* Migrate some docs from the GitHub wiki into the repository

Co-authored-by: Jordan Brown <Cyberboss@users.noreply.github.com>
2020-12-03 17:16:02 +00:00
SkyratBot
86bd2fb4cc [MIRROR] Fixes carbon revival bug (#2016)
* 'cause it shouldn't happen (#55288)

* Fixes carbon revival bug

Co-authored-by: ArcaneDefence <51932756+ArcaneDefence@users.noreply.github.com>
2020-12-02 23:54:28 +01:00
SkyratBot
e881d55ba4 [MIRROR] Extends the IC chat filter to be checked in two major renaming procs (#2015)
* Extends the IC chat filter to be checked in two major renaming procs (#55217)

About The Pull Request

Honestly, I'm not sure this is the... Correct solution? But people more familiar with this will likely show me da wae.

Prohibits creating names that can't actually be spoken in-character due to chat filters by adding CHAT_FILTER_CHECKs to the procs that handle sanitising them.

For admin-utilised renaming procs, they'll be given a simple alert box to warn them their chosen name contains words prohibited by the IC chat filter and be allowed to confirm or cancel out.
Why It's Good For The Game

If you can't speak the name IC, chances are the name shouldn't be allowed at all. Players may occasionally be forced to ahelp certain names because they contain words prohibited in chat filters.

* Extends the IC chat filter to be checked in two major renaming procs

Co-authored-by: Timberpoes <silent_insomnia_pp@hotmail.co.uk>
2020-12-02 23:53:40 +01:00
SkyratBot
8a9c5797a0 [MIRROR] Fixes new players harddeling when the player logs out (#2013)
* Fixes new players harddeling when the player logs out (#55295)

* Fixes new players harddeling when the player logs out

Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com>
2020-12-02 23:52:03 +01:00
SkyratBot
1763ebc411 [MIRROR] You can('t) whisper into comms in crit. (#2009)
* You can('t) whisper into comms in crit. (#54970)

* Stops critted people from speaking into the radio.

* Whitelist implementation and removal of unreachable/unused code.

* Woops.

* You can('t) whisper into comms in crit.

* Update living_say.dm

Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
Co-authored-by: Azarak <azarak10@gmail.com>
2020-12-02 23:49:34 +01:00
SkyratBot
c487c73f39 [MIRROR] Grep for space indentation (#1969)
* Grep for space indentation

* aa

* Update species.dm

* Update species.dm

* Update maps.dm

* Update examine.dm

Co-authored-by: TiviPlus <57223640+TiviPlus@users.noreply.github.com>
Co-authored-by: Azarak <azarak10@gmail.com>
2020-12-01 12:26:41 +01:00
Gandalf
30e7df7703 Tailwagging fix (#1982)
* Update carbon_defense.dm

* Update carbon_defense.dm

* Update carbon_defense.dm

* Update carbon_defense.dm
2020-12-01 00:31:13 +01:00
Azarak
90d3dd4f20 [READY] Configurable spawners for event use for admins (#1786)
* aaa

* aaa

* aa

* aaa

* ascsc

* asd

* aaa

* Update event_spawner.dm

* Update event_spawner.dm

* Update event_spawner.dm

* imports and exports

* aaa

* Update event_spawner_menu.dm

* Update event_spawner.dm

* aa

* Update event_spawner_menu.dm

* Update event_spawner_menu.dm

* Update event_spawner_menu.dm

* aa

* faction boys

* Update outfit.dm

* money

* Update outfit.dm

* incredible

Co-authored-by: Gandalf <jzo123@hotmail.com>
2020-11-30 19:51:17 +00:00
SkyratBot
19a920a268 [MIRROR] Makes the usage of force_threshold in the attackby() proc for simplemobs consistent with the way it's used everywhere else (#1970)
* Makes the usage of force_threshold in the attackby() proc for simplemobs consistent with the way it's used everywhere else (#55023)

## About The Pull Request

Namely, this means that a simplemob's immunity to melee attacks of force X or lower now accounts for that simplemobs damage multipliers to various damage types. It also means that simplemobs with a force_threshold of X are now immune to melee attacks of force X or lower, not melee attacks with a force less than X (<= vs. <).

## Why It's Good For The Game

**tldr;
This make the code for simplemob "your stick must be this strong to deal damage" thresholds more consistent.**

Xenomorphs, xenomorph larvae, barehanded monkeys, slimes, and simplemobs in general all multiply the damage of their attacks by the relevant damage resistance multiplier BEFORE checking it against the force_threshold of the simplemob they're attacking, and also check to see if their damage is <= the force_threshold of the simplemob they're attacking (instead of requiring it to be strictly < the force_threshold of the simplemob they're attacking).

As for balance concerns, while this will affect juggernauts *slightly* (as they'll now be immune to force <= 10 melee weapons instead of just force < 10 melee weapons), I'm not too worried about that. What I _am_ worried about is blobbernauts, who, after this change, will be immune to brute melee weapons of force 20 or lower (due to their 0.5 brute damage multiplier). You will, of course, still be able to welder them just as effectively as you could before, but I'm worried that this could make blob-aligned blobbernauts even stronger than they already are.

* Makes the usage of force_threshold in the attackby() proc for simplemobs consistent with the way it's used everywhere else

Co-authored-by: ATH1909 <42606352+ATH1909@users.noreply.github.com>
2020-11-30 18:33:12 +00:00
SkyratBot
166c541419 [MIRROR] Fixes oversight where pAIs are not able to select headset radio channels from encryption keys (#1965)
* Fixes oversight where pAIs are not able to select headset radio channels from encryption keys (#55215)

pAI integrated headsets are the only headsets that don't have `subspace_transmission = TRUE` - Ordinarily they're not able to install encryption keys, so this isn't necessary or useful to them.

However, selecting departmental channels based on the installed encryption key is a function locked behind `subspace_transmission = TRUE` and I think the fact this flag isn't set when the pAI installs its encryption keys upgrade is most likely an oversight.

This should fix all issues where pAIs get fancy encryption keys like Captain ones, but are unable to utilise any frequencies except the default ones that come pre-enabled (such as the Cap key coming with only Sec/Command enabled and having all others disabled).

* Fixes oversight where pAIs are not able to select headset radio channels from encryption keys

Co-authored-by: Timberpoes <silent_insomnia_pp@hotmail.co.uk>
2020-11-30 18:33:04 +00:00
NotRanged
f7a4d47206 {SEMI-MODULAR} Silicon OOC notes and flavor text (#1928)
* I don't even play silicons I was just bored

* Update code/modules/mob/living/silicon/silicon.dm

Co-authored-by: Azarak <azarak10@gmail.com>

* Update code/modules/mob/living/silicon/silicon.dm

Co-authored-by: Azarak <azarak10@gmail.com>

* Update code/modules/mob/living/silicon/examine.dm

Co-authored-by: Azarak <azarak10@gmail.com>

* Update code/modules/mob/living/silicon/examine.dm

Co-authored-by: Azarak <azarak10@gmail.com>

Co-authored-by: Ranged <nickvanderkroon@gmail.com>
Co-authored-by: Azarak <azarak10@gmail.com>
2020-11-30 12:42:17 +01:00
Tom
05e6814c5c stop hitting yourself (#1945) 2020-11-30 11:34:02 +00:00