Commit Graph

37576 Commits

Author SHA1 Message Date
Qwertytoforty
9e28cc0afe Enforces nukies to wait at least 10 minutes after war before heading to station (#16115) 2021-06-17 10:32:59 +01:00
Farie82
e64d8d9de2 Optimizes customizable foods slightly + makes stacking beyond the limit of 41 impossible to avoid the server from dying (#16108)
* Optimizes customizable snacks + fixes exploit
Makes adding ingredients to customizable snacks less performance heavy.
Makes it impossible to add customizable snacks together if that would make it go over the ingredient limit

* Fixes the auto doc syntax used

* QOL put in active hand + bug fix
2021-06-17 10:31:50 +01:00
S34N
00de6dc6c1 Adds pref to remove internals pressure from status tab, adds it to inspect text (#16110)
* yeets the internals from status panel

* adds pressure reading to the tank inspect text

* Adds a pref toggle

* numbers are hard

* catchup with master

* Revert "catchup with master"

This reverts commit bb972cb110.
2021-06-17 10:30:30 +01:00
RadiantFlash7
c55acec92b Makes E-Bolas as they should be. Noncyborg variants. (#16168)
* The E-bola is not a cyborg variant.

Returns E-bola break out time to 60, instead of 20.
Security bolas are limited supply and should be better then makeshift ones.

* whoops

Adjusts the breakout time to not to default to beartraps and use the 6 seconds listed in the Ebola item.

* Update code/game/objects/items/weapons/legcuffs.dm

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

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
2021-06-17 10:25:24 +01:00
SabreML
75375efce9 Why is this a thing, really (#16169) 2021-06-17 10:23:14 +01:00
SabreML
5de0ebddaf plamsa (#16178) 2021-06-17 10:18:17 +01:00
hal9000PR
b7d9fcf87a fix (#16191) 2021-06-16 13:23:34 +01:00
Qwertytoforty
4d26621d0b Fixes being unable to pickup the armblade nullrod on mining (#16189) 2021-06-16 10:02:58 +01:00
Cocacolagua
268f1cf833 jumpboots use the correct icon (#16181) 2021-06-15 12:56:23 +01:00
hal9000PR
455836c189 fi (#16184) 2021-06-15 12:55:56 +01:00
SteelSlayer
01c0c86d01 robobrain runechat fix (#16176) 2021-06-14 11:35:54 +01:00
S34N
18f47d2ef3 Fixes broken shuttle and escape pod rotation (#16154)
* Fixes shuttle rotation

* Apply AA suggestions

* Apply suggestions from code review

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

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
2021-06-13 18:08:15 +01:00
Farie82
91c3d1750d Makes machinery/shields GC properly (#16174) 2021-06-13 15:18:12 +01:00
dearmochi
70447e7a4b Fix forum link runtime (#16166) 2021-06-12 18:23:38 +01:00
Farie82
7f6a28f16d Respawning using anomalous crystal exploit fixes (#16165)
* Ahud anomalous crystal fix
Makes it so that you can't get around ahud enabling using the anomalous helper crystal

* Merge conflict fix thing
2021-06-12 18:13:42 +01:00
S34N
ddacfbb009 fixes exploit (#16164) 2021-06-12 16:22:35 +01:00
dearmochi
872de72dc6 Moves Goonchat chat debug logging to RUSTG (#16162)
* Moves Goonchat chat debug logging to RUSTG

* Round-based logging

* Update goon/code/datums/browserOutput.dm
2021-06-12 11:17:34 +01:00
dearmochi
0a6a441aa5 Fix nullspaced GPS causing runtime on display (#16146) 2021-06-09 18:47:25 +01:00
SteelSlayer
7b20c9ddde borg malf hack fix (#16143) 2021-06-09 09:33:42 +01:00
S34N
265053f966 makes sol trader IDs properly update (#16137) 2021-06-08 15:05:00 +01:00
Dragonkiller93
d4402f2ebb Cleaner no longer resets Light Tiles. (#16070)
* Cleaner no longer resets Light Tiles.

* Update code/modules/reagents/chemistry/reagents/water.dm

Spacing

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

* Creates a Clean proc, overrides it for light tile

* Forgot to fix this when copy pasting.

* Update code/game/turfs/turf.dm

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

* Update code/game/turfs/simulated/floor/light_floor.dm

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

* Update code/game/turfs/turf.dm

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

* Updates other files to match proc name

* Calls parent function instead of duplicating code.

* Update code/modules/reagents/chemistry/reagents/water.dm

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

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
2021-06-08 15:04:28 +01:00
dearmochi
3650a943a4 AIs can no longer be pushed in disposal chutes (#16136) 2021-06-07 20:16:23 +01:00
Qwertytoforty
5896bd2c8e Fixes some exploits (#16134) 2021-06-07 18:46:16 +01:00
Qwertytoforty
ede40b8773 Fixes guardian bluespace pads having a non-existent icon_state (#16133) 2021-06-07 18:45:43 +01:00
Dragonkiller93
6191c84860 Poly can no longer grab inside disposals. (#16068)
* Poly can no longer grab inside disposals.

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

Spacing from SabreML

Co-authored-by: SabreML <57483089+SabreML@users.noreply.github.com>

Co-authored-by: SabreML <57483089+SabreML@users.noreply.github.com>
2021-06-06 12:45:49 +01:00
SabreML
9d10cf4260 Fixes soulstones ignoring DNR or AntagHUD settings (#16117)
* DNR/AntagHUD soulstoning

* Update code/game/gamemodes/wizard/soulstone.dm

Co-authored-by: dearmochi <shenesis@gmail.com>

* Revive rune

Co-authored-by: dearmochi <shenesis@gmail.com>
2021-06-06 12:43:28 +01:00
Ryal
e8be0bd869 Makes all nuclear operatives remember the nuke code (#15978)
* Makes all nukies remember the nuke code

* var argument fix and formatting tweaks

* Apply suggestions from code review

Co-authored-by: SabreML <57483089+SabreML@users.noreply.github.com>

Co-authored-by: SabreML <57483089+SabreML@users.noreply.github.com>
2021-06-05 09:14:46 +01:00
S34N
b890db5cb9 fixes runtime in destructive analyzer (#16129) 2021-06-04 20:44:07 +01:00
Fox McCloud
3415bfdf21 Merge pull request #16124 from AffectedArc07/fixes-space-pipe-memes
Fixes bad inits on space tiles
2021-06-04 15:31:29 -04:00
SabreML
dfa17e9d07 Drone suicide fix (#16128) 2021-06-04 19:23:32 +01:00
ppi13
aacae884ca Fixes #16019 (#16021)
* Fixes #16019

* Adds a way to 'drop' the kiss without throwing it.

* A better way to fix this

* Fixes fuckups, and make it work.

* Fixes #16019

Adds a way to 'drop' the kiss without throwing it.

A better way to fix this

Fixes fuckups, and make it work.
2021-06-04 10:50:03 +01:00
Sirryan2002
98b97e02b0 Axes Ratvar_Act() from the code (#16025)
* Ratvar_Act() is no more

* fixes runtime with recipes

* readds removed brass objects

* Fixes an oopsie

* removes unnecesary procs
2021-06-04 10:49:12 +01:00
SteelSlayer
27f8610b23 secborg charge fix (#16127) 2021-06-04 10:46:57 +01:00
AffectedArc07
1d7015c070 Fixes bad inits on space tiles 2021-06-02 22:35:32 +01:00
AffectedArc07
65b70a878d Gives PRRs qdel log ingame (#16065) 2021-06-02 13:07:42 -04:00
Deniz
5a12564b72 fixes "destoyed" to "destroyed" (#16121)
The station was destoyed by the nuclear blast to
The station was destroyed by the nuclear blast
2021-06-01 13:24:52 +01:00
AffectedArc07
8e6787a791 2FA for server login (#16094)
* AA2FA

* Its always dbconfig

* Extra security

* oops
2021-05-30 12:19:56 -04:00
Leanfrog
f68220879d Adds A Nitrile Glove Crate To Cargo (#16011)
* glove crate blue

* 4 gloves over 3 as per Fox's request
2021-05-29 21:19:53 +01:00
Qwertytoforty
0801a51d96 Logs pacman overheating (#16043)
* Logs pacman overheating

* Jump to it

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

* affected spells like teen spirit

Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
2021-05-29 21:19:29 +01:00
SabreML
cd7017e1b3 Allows Maintenance Drones to see wire names (#16047)
* drone buff

* V2 (Item Trait)

* Indentation

Co-Authored-By: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>

Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
2021-05-29 21:19:05 +01:00
Dragonkiller93
a8608ccee1 Stethoscope now checks whether the target is dead. (#16062)
* Stethoscope now checks whether the target is dead.

* Update code/modules/clothing/under/accessories/accessory.dm

Removes unnecessary parentheses.

Co-authored-by: SabreML <57483089+SabreML@users.noreply.github.com>

Co-authored-by: SabreML <57483089+SabreML@users.noreply.github.com>
2021-05-29 21:17:25 +01:00
SabreML
8f1b77e02c [station] (#16074) 2021-05-29 21:16:25 +01:00
Leanfrog
4e63120df4 Makes Display Cases Emaggable (#16096)
* Emaggable Case

* Emag Alarm

* one space is kil

* the is kil
2021-05-29 21:13:30 +01:00
SabreML
64f1fd589d Adds a station alert level display to the join game menu (#16097)
* Alert Levels

* pain

Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>

Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com>
2021-05-29 21:12:35 +01:00
S34N
d8c429df6e Reworks area icons, removes box-focused names (#16099)
* begone scribble sprites

* why were you animated, stop being animated please

* also, nanomob moment

* purges kidan
2021-05-29 21:12:10 +01:00
SabreML
bf88adadf1 One line change (#16100) 2021-05-29 21:11:23 +01:00
Qwertytoforty
15a2ac8f1d Makes offstation roles (bar ERT) unable to be sharded (#16102)
* Makes offstation roles (bar ERT) unable to be converted / sharded

* Grammer changes

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

* either or

* Update code/game/gamemodes/cult/runes.dm

Co-authored-by: dearmochi <shenesis@gmail.com>

Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com>
Co-authored-by: dearmochi <shenesis@gmail.com>
2021-05-29 21:11:06 +01:00
Farie82
b4b30ae694 Fixes the maploader seeing "123" as number 123 (#16109) 2021-05-29 21:10:15 +01:00
SabreML
d428c472ed how was this not reported until now (#16111) 2021-05-29 21:08:05 +01:00
SabreML
40458173e2 I can't think of a commit name (#16104) 2021-05-28 16:53:22 +01:00