deathride58
cf1acdf058
can my post-testing optimizations please at least work?
2019-05-23 13:12:31 -04:00
deathride58
4e989038e2
Fixes blob shields being completely invulnerable to all forms of damage after reaching a weakened state.
2019-05-23 12:37:46 -04:00
UntoldTactics
0cf0d4d8ed
Update runes.dm
2019-05-23 18:37:17 +10:00
JTGSZ
196da05313
Brute deconv correct
...
woops
2019-05-23 02:49:35 -04:00
JTGSZ
38ad6785a0
Over-reduced the item costs a bit too much.
...
Lets do it in tiny increments until It plays somewhat unpredictably for all sides.
2019-05-23 01:42:00 -04:00
JTGSZ
9081b34cb8
blunt trauma deconv
2019-05-23 01:16:29 -04:00
JTGSZ
080b29de79
Solves a few things.
2019-05-23 00:40:57 -04:00
Fermi
a480ccb9fa
Changes
2019-05-23 05:26:38 +01:00
Trilbyspaceclone
ed23f9834a
Update jetpack.dm
2019-05-22 22:19:32 -04:00
Trilbyspaceclone
fb6eca8d46
How did this even compile?
2019-05-22 21:28:16 -04:00
Trilbyspaceclone
717398213b
Update pirates.dm
2019-05-22 18:52:15 -04:00
Trilbyspaceclone
e47598be8b
Update jetpack.dm
2019-05-22 18:39:51 -04:00
Trilbyspaceclone
4da50828f7
Update suit_storage_unit.dm
2019-05-22 18:31:36 -04:00
Trilbyspaceclone
e0e0142fb1
Better grammar
2019-05-22 18:26:06 -04:00
Trilbyspaceclone
3168c956a9
*cough*
2019-05-22 15:46:57 -04:00
Trilbyspaceclone
6fbe698e32
I know what im doing, I sware
2019-05-22 15:45:47 -04:00
Trilbyspaceclone
90bc986b84
Bhijn's sanity
2019-05-22 15:33:50 -04:00
Fermi
9da13f231c
OOPS BROKE LUNGS
2019-05-22 20:23:45 +01:00
kevinz000
5d40d4b9a2
sprint stamina stuff
2019-05-22 12:18:47 -07:00
Trilbyspaceclone
80b44ac0f4
Update hardsuit.dm
2019-05-22 14:37:24 -04:00
Trilbyspaceclone
82ea741f57
Update packs.dm
2019-05-22 14:34:50 -04:00
Fermi
f932fadfc6
Blood commit.
2019-05-22 18:46:46 +01:00
kevinz000
b900815e90
Merge pull request #8400 from dtfe3/watcher-trophy
...
Watcher Wing Trophy Effect increase
2019-05-22 10:42:25 -07:00
Fermi
41d991e81c
Pre blood commit
2019-05-22 18:13:12 +01:00
Ghommie
4998b7cfa1
Actually, the cult team should process it instead.
...
Got you covered, badmins spawning cult on other modes.
2019-05-22 18:43:26 +02:00
Fermi
7cb7f5de73
Update of master required.
2019-05-22 16:50:53 +01:00
Carlen White
1bddf2d5ae
Added comment
...
For whoever comes across this code and wonders what am I doing.
2019-05-22 09:32:25 -04:00
Carlen White
d375284f42
Concating a string instead of a list
...
As per request.
2019-05-22 09:25:25 -04:00
Poojawa
4324d08f32
aaaaAAAAAAAA
...
NOW WHY DO I HAVE INFINITE FOOTPRINTS AAAAAAAAAAAAA
2019-05-22 04:52:21 -05:00
Poojawa
971ddef989
reverts forensics components. If I can't figure it out, MURDER IT
2019-05-22 04:10:29 -05:00
Poojawa
f6f4c946e6
Merge remote-tracking branch 'refs/remotes/Citadel-Station-13/master' into syntheticbloods
2019-05-22 00:08:13 -05:00
Poojawa
25463f22b2
Fixes species getting genitals at all if NOGENITAL'd
...
Holy FUCK this code is bad.
2019-05-21 23:52:19 -05:00
Carlen White
bb2a8bdd59
Fixes flavor text from being removed when canceled.
...
This was because canceling really just sent a empty string and not null which caused it to set the flavor text to an empty string.
2019-05-22 00:38:18 -04:00
Ghommie
6f88ecb4de
return
2019-05-22 06:21:37 +02:00
Ghommie
6bb70297ec
Why did you check if the gamemode's type is an antagonist datum?
...
And why did it sort of work too?
I don't understand.
Pooj's copypasting this black magic, smh.
2019-05-22 06:09:18 +02:00
Poojawa
ae939c4344
Female Gendered markings
2019-05-21 22:51:00 -05:00
Carlen White
0d139a5549
Batch messages on checking yourself
...
Instead of sending a bunch of to_chat() functions, it'll just create an array and send it all out at once instead of freezing the client for a moment.
2019-05-21 23:03:06 -04:00
Carlen White
e9c450bf17
Flavor text with special characters don't get partially unescaped
...
Copying the text that was escaped would occasionally trim an escaping character. Now it's decoded, copied, then encoded to prevent it.
2019-05-21 22:04:14 -04:00
Fermi
e86585935f
MidFix - compile unsafe.
2019-05-22 02:25:05 +01:00
CdrCross
82d308eb5e
Defibrillator Upgrades Proofread
...
My first ever contribution to Citadel, and first ever real GitHub Commit. This PR is a simple exercise in fixing and standardising some flavour text across Trilby's otherwise excellent defibrillator upgrades. (PR#8173)
No stats or gameplay elements have been adjusted.
2019-05-21 23:37:28 +02:00
Ghommie
2b668a8b7c
activated = FALSE
2019-05-21 23:12:23 +02:00
Fermi
485def8d28
More fixed upon the last!
2019-05-21 22:06:55 +01:00
Ghommie
ab9bde1b15
reverts Lily.
2019-05-21 22:55:49 +02:00
Ghommie
20124c24ec
Merge branch 'master' of https://github.com/Citadel-Station-13/Citadel-Station-13 into Ghommie-cit11
2019-05-21 22:48:59 +02:00
Ghommie
5e4bbb0d02
Awaken, code.
2019-05-21 22:45:59 +02:00
nero1024
732bb6575b
tweak footstep frequency
2019-05-21 14:49:15 -05:00
Fermi
ac3f0c790e
Fixed compling errors from last time.
2019-05-21 20:28:40 +01:00
Fermi
be4f188589
FermiChem? More like, FermiFixes!
2019-05-21 20:08:46 +01:00
JTGSZ
84016ed3ef
Here we go.
2019-05-21 12:30:44 -04:00
dtfe3
0085a69d31
Watcher Wing Trophy Effect increase
2019-05-21 18:12:42 +02:00