Commit Graph

7319 Commits

Author SHA1 Message Date
Mark Aherne
6c12d62285 Merge branch 'dev' of https://github.com/Faerdan/Baystation12 into dev 2014-07-11 10:53:08 +01:00
Mark Aherne
7e7e6cd8ac Continued work in progress on a major revision of the NanoUI templating system. 2014-07-11 10:48:42 +01:00
DJSnapshot
eacd384d39 Merge pull request #5554 from Baystation12/master
Updating dev with master
2014-07-09 23:00:04 -07:00
Zuhayr
f477012ab8 Merge pull request #5533 from mwerezak/wound-infections
Fix for #5532 and the last of the infection changes, I hope
2014-07-09 19:28:00 +09:30
Mloc
c7b2aefdc7 Merge pull request #5534 from Hubblenaut/master
Fixes painkillers leaving the body way too fast and adds minor feature to health analyzers
2014-07-09 10:41:22 +01:00
Zuhayr
326f3821e1 Merge branch 'master' of https://github.com/Baystation12/Baystation12 into dev 2014-07-09 15:52:31 +09:30
mwerezak
910ce676b0 Fixes advanced trauma kits claiming to disinfect but not doing so 2014-07-08 18:49:51 -04:00
mwerezak
4ac685afd9 Removes duplicate defines, updates comments 2014-07-07 23:18:12 -04:00
Decius-R
b6c61b5293 Updated rune.dm to switch some options in an alert
As per requested.
2014-07-07 22:38:33 -04:00
Decius
021c48ea02 Added in damage towards people being converted by cult, and fixed a typo...
People who are being converted by the cult now take 10 damage in the first
place. Additionally, those who resist take a little bit more damage and get
a fair number of messages showing their great painful resisting and whatnot.

Light and fun.

Signed-off-by: Decius <deciusreln97@gmail.com>
2014-07-07 22:23:20 -04:00
Hubblenaut
6f1759a7aa Fixes me being dumb with renaming variables 2014-07-08 03:07:22 +02:00
Hubblenaut
38ac5ece7c Health Analyzer can read all types of beneficial medicine 2014-07-08 02:09:53 +02:00
Zuhayr
ee432f24ec Merge pull request #5524 from zekesulastin/fix-ui-targeting
Fixes #4584 and #5200
2014-07-07 23:02:49 +09:30
Mloc
d45e8cd2d1 Merge pull request #5516 from DJSnapshot/laptop
Added Goon-esque environmental sounds
2014-07-07 13:42:48 +01:00
ZekeSulastin
c6e1dc461a Makes DNA modifier look at dna.real_name instead of name 2014-07-06 13:02:57 -04:00
Mloc-Argent
64d2a69a32 Merge remote-tracking branch 'upstream/master' into dev
Signed-off-by: Mloc-Argent <colmohici@gmail.com>

Conflicts:
	code/modules/mob/living/carbon/human/human_damage.dm
2014-07-06 17:50:53 +01:00
ZekeSulastin
fb4d19d8ee Replaces hardcoded UI length with constant 2014-07-05 23:37:12 -04:00
Walter0o
68ad7c7373 fixes another heist mode breaking bug
vox can never win their inviolate_crew objective due to not having cortical stacks put in them on setup.
i took this code from one_click_antag's create_vox_raider() and edited it slightly.
i was thinking about merging the two procs into one but i will leave that for you to decide.
2014-07-06 03:32:21 +02:00
DJSnapshot
784707b16c volume fallout over distance to make it even better. 2014-07-05 17:04:28 -07:00
Mloc
4981d620d0 Merge pull request #5507 from mwerezak/supply-shuttle-fix
Supply shuttle fixes
2014-07-05 23:16:42 +01:00
mwerezak
0e15d55b24 Fixes #5459 2014-07-05 14:43:18 -04:00
DJSnapshot
69d8ab329b 3D EAX Environmental sound 2014-07-05 09:08:59 -07:00
Mloc
4c2767203c Merge pull request #5503 from mwerezak/heist-fix
Fixes Heist ending immediately
2014-07-05 11:32:37 +01:00
Zuhayr
89964ef0fa Merge branch 'master' of https://github.com/Baystation12/Baystation12 2014-07-05 11:04:03 +09:30
mwerezak
1aeb094a79 Fixes Heist ending immediately 2014-07-04 19:06:55 -04:00
Walter0o
65b5126147 fixes computers eating cards
this commit : 
ea1060ac33

added in machinery's attack_hand() proc, line 238
```
if(!allowed(user))
		user << "\red Access Denied."
		return 1
```

to almost all machinery including computers, since they call this proc via their attack_hand() procs.

allowed(user), see access.dm line 94, in turn only checks the user's hand and wear_id,
NOT the card inside the machine,
as different machines have different vars and systems handling how they can be accessed.

instead of fixing the underlying problem, eject card verbs were added like this one : 
30385c2237

this PR reverts that nonsense machinery addition and adds the shuttle_control access check where it belongs.
2014-07-04 21:36:23 +02:00
Zuhayr
34d19d16f5 Fffffff fixes crates not budging properly. 2014-07-05 04:17:12 +09:30
Mloc
53de412107 Merge pull request #5493 from Zuhayr/master
Fixes
2014-07-04 19:28:54 +01:00
Zuhayr
72e18b9eb5 Fixes #5214 2014-07-04 17:56:06 +09:30
Zuhayr
b670cdcdf1 Fixes #5483 2014-07-04 17:48:12 +09:30
Zuhayr
67da4096b3 Fixes #5461 2014-07-04 17:48:01 +09:30
Zuhayr
0c11ebe8e8 Fixes #5490 2014-07-04 17:39:45 +09:30
Zuhayr
4b06cf82f0 Fixes #5491 2014-07-04 17:34:30 +09:30
mwerezak
ac1a7ad6e2 Fixes air alarms not updating when area changes alert status 2014-07-04 03:00:42 -04:00
PsiOmega
9b97420e97 The AI system integrity restorer no longer needs head AND captain access. 2014-07-04 00:12:41 +02:00
Chinsky
447144f1ad Merge pull request #5477 from PsiOmegaDelta/AngryAI
Adds a new set of AI status emotes.
2014-07-03 20:39:51 +04:00
Chinsky
5724a77cdb Merge pull request #5474 from Zuhayr/master
Fixes climbing through shutters.
2014-07-03 20:38:56 +04:00
Zuhayr
07acb270d1 Merge pull request #5476 from Hubblenaut/wheelchair
Wheelchair Fixes
2014-07-03 13:16:14 +09:30
Chinsky
c3f3aaaeed Merge pull request #5473 from mwerezak/supply-console
Makes the cargo console force-launch command more obvious
2014-07-03 05:12:03 +04:00
Chinsky
67c425fe2b Merge pull request #5463 from mwerezak/emergency-shuttle
Fixes shuttle ETA blanking out on launch, allows escape pods to be armed by breaking into the pod.
2014-07-03 05:10:35 +04:00
Chinsky
173d7f1828 Merge pull request #5458 from Zuhayr/mutiny
Mutiny tweaks.
2014-07-03 05:10:20 +04:00
PsiOmega
a9c6a8cd03 Adds an Upset emote as well. 2014-07-03 00:22:10 +02:00
Hubblenaut
6a25d59f9a Gives test-firing an actual use 2014-07-02 23:14:41 +02:00
PsiOmega
0892d6315d Adds a new set of AI status emotes.
The AI can now express anger and surprise.
2014-07-02 23:09:46 +02:00
Hubblenaut
97f997dd30 Fixes in wheelchair and different handling of movement 2014-07-02 22:42:18 +02:00
Hubblenaut
dfece9fe12 Stops buckled mobs from slipping (for now) 2014-07-02 22:36:49 +02:00
Hubblenaut
c0ae74b813 Fixes non-existant feet getting bloodied and adds blood to wheelchairs 2014-07-02 22:34:50 +02:00
Zuhayr
0de57ddb2b Fucking Hell I'm an idiot. 2014-07-03 05:10:31 +09:30
unknown
3888a8b757 Makes the cargo console force launch command more obvious 2014-07-02 13:13:52 -04:00
mwerezak
e57419c725 Status displays now won't blank when undocking, too 2014-07-01 22:18:04 -04:00