mwerezak
a7d80a93e5
Fixes mismatching diona internal organ tags
2015-12-05 23:39:16 -05:00
mwerezak
b12e094112
Removes unreachable return in organ/external/remove(), smaller embedded items are no longer deleted. Implants changed to w_class 1 because seriously a w_class 3 implant makes no sense at all.
2015-12-05 23:38:57 -05:00
mwerezak
92b47c94de
Makes organ/externa/attack_self() control flow easier to follow, handles embeded non-items
2015-12-05 19:19:39 -05:00
mwerezak
a5411f26c5
Fixes runtime when moving with missing legs or feet
2015-12-05 18:10:39 -05:00
Neerti
ffab1eda95
Fucking fuck.
2015-12-05 18:01:32 -05:00
Neerti
c808371780
Merge pull request #444 from Neerti/12/4/2015_communicators
...
Adds cellphones!
2015-12-05 17:37:35 -05:00
Neerti
3e946447a3
Adds cellphones! Details in the changelog entry.
2015-12-05 17:26:13 -05:00
Datraen
ca6a970182
Fixes the inability to use cargo tugs
2015-12-05 15:15:53 -05:00
Jon
7993d10a3b
I'm a moron and this will teach me to not lazy copypaste.
2015-12-05 18:22:48 +00:00
Jon
cb62041cad
Adds an "emo fringe" hairstyle that's just emo long without the long bits. I quite like it so whatever.
2015-12-05 15:38:54 +00:00
Yoshax
db7af654ec
Adds checks to ensure target is valid, adds user feedback
2015-12-05 15:10:10 +00:00
sabess
dc816938ae
Adds some hairstyles!
2015-12-06 01:56:29 +11:00
Yoshax
6fa987f18f
Merge branch 'master' of https://github.com/PolarisSS13/Polaris
2015-12-05 14:24:59 +00:00
Yoshax
4c201d8219
Adds ability to smash bottles on things other than people's heads
2015-12-05 14:22:40 +00:00
GinjaNinja32
944b1255e4
add verbs to allow players to spin their view
2015-12-05 10:52:29 +00:00
EmperorJon
f6cb53835c
Merge pull request #429 from EmperorJon/05_Dec._Update_main_z_level_space_areas
...
Updates all get_base_turf usages to get_base_turf_by_area.
2015-12-05 04:37:35 +00:00
Jon
85c704676f
Updates all get_base_turf usages to get_base_turf_by_area.
...
This means that instead of the base turf being defined by the z-level, it's now defined by area and defaulted by z-level.
Updates all "shuttle" and "solar" areas to have a base_turf of space.
Updates docking arms 1, 2, and 3 on the main asteroid level to have a base_turf of space.
Other z-levels may still need updating.
This change means that all actions which destroy or dismantle a tile - for example bombs, a singularity, a shuttle leaving, or deconstruction - now leave these new areas as space not asteroid. Future mapping efforts may need to take this into account.
2015-12-05 04:24:17 +00:00
Hubblenaut
470d2bb54a
Fixes stack creation logic and return value
2015-12-04 15:49:31 +01:00
Zuhayr
834f86241a
Alters an unEquip() conditional in Give().
2015-12-05 00:49:35 +10:30
Chinsky
939c1a3146
Merge pull request #11376 from NullSnapshot/dev-freeze
...
Bunch of IPC fixes.
2015-12-04 11:28:25 +03:00
Zuhayr
398541f4eb
Amendments.
2015-12-04 18:14:40 +10:30
Zuhayr
0cf5a709d1
Refactored give().
2015-12-04 17:58:53 +10:30
Zuhayr
7c85f846eb
put_in_hands() refactor.
2015-12-04 17:38:58 +10:30
Zuhayr
fd59c3ad76
More tweaks to IPC fixes.
2015-12-03 22:56:19 -08:00
Zuhayr
5561964204
Tweaks to previous commits.
2015-12-03 22:56:19 -08:00
MagmaRam
e7952d2334
Halves light necessary for diona to live
...
Halves the amount of light diona need to feed/maintain health/whatever.
Shouldn't affect the rate at which they do these things, it should only touch
the rate.
2015-12-03 23:20:12 -06:00
Neerti
b05b34c8e7
Merge pull request #414 from MagmaRam/disposals_fix
...
Fix for disposal pipes not vanishing under floors.
2015-12-03 22:36:06 -05:00
Merchoven
5b3dadfe69
Fix for disposal pipes not vanishing under floors.
...
This is a fix for issue #291 . Disposals pipes should now properly stop
displaying when a floor is placed on top of them.
2015-12-03 21:03:46 -06:00
Mark9013100
6e0b906e23
Adds Security/Medical cargopacks.
2015-12-03 20:22:12 -05:00
SinTwo
6c59f7f6ff
Merge branch 'master' of https://github.com/PolarisSS13/Polaris into sin2clothes
2015-12-03 18:29:05 -05:00
SinTwo
700ee6177b
Clothes Addition, Captain alt title, custom loadout tweakes.
2015-12-03 18:25:45 -05:00
PsiOmegaDelta
cc72f82371
Backports NanoUI fixes from dev.
...
Fixes #11579 .
2015-12-03 21:50:24 +01:00
Neerti
c137d40484
Makes stating laws over binary work again.
2015-12-03 14:16:01 -05:00
Neerti
58149b8f4d
Replaces :b with #b whenever a synthetic mob joins the game.
2015-12-03 14:02:56 -05:00
Neerti
2c81761494
Removes most references to NSS Exodus.
2015-12-03 13:47:37 -05:00
Neerti
de8db6f909
Merge pull request #405 from Neerti/12/3/2015_psi_is_most_ideal_fixes_handcuffs
...
Fixes handcuffs.
2015-12-03 13:10:35 -05:00
SinTwo
c9db7fdab1
Fixes Voidsuit Helmets
2015-12-03 12:48:53 -05:00
PsiOmegaDelta
2d39621801
Makes it possible to ignore some incapacitation checks.
...
This fixes #11576 . Also corrects the viewers() usage in visible_message.
Conflicts:
code/__defines/mobs.dm
code/modules/mob/living/carbon/resist.dm
2015-12-03 12:37:30 -05:00
Neerti
55107fa50c
Merge pull request #381 from EmperorJon/Branch_01_Dec._Fix_hemostat_surgery
...
Fixes hemostat surgery
2015-12-02 10:11:12 -05:00
PsiOmegaDelta
ba423361bd
Updates macro/span use.
2015-12-02 15:00:58 +00:00
PsiOmegaDelta
7ef07aeca6
Fixes hemostat surgery.
...
Port of https://github.com/PolarisSS13/Polaris/pull/381 .
# Conflicts:
# code/modules/surgery/organs_internal.dm
# code/modules/surgery/robotics.dm
# code/modules/surgery/surgery.dm
# polaris.dme
2015-12-02 14:42:41 +00:00
Neerti
e0986cb7ab
Ballistic weapons will now correctly say that the firing mode was changed.
2015-12-02 08:04:34 -05:00
Neerti
d50e2afae9
Merge pull request #387 from Neerti/12/2/2015_fuck-dream-maker-for-its-horrible-search-abilities-because-i-broke-armor-god-damn-how-hard-is-it-to-look-up-if(armor
...
Fixes armor making melee combat utterly useless.
2015-12-02 06:39:39 -05:00
Neerti
c0412094f6
Fixes armor making melee combat utterly useless.
2015-12-02 06:30:20 -05:00
Atlantis
c7e7c05a34
Fixes #11546
2015-12-02 11:14:41 +01:00
Zuhayr
7801c2dc3b
Minor runtime fixes.
2015-12-02 20:11:31 +10:30
Zuhayr
2f344ed111
Adds a confirmation to user-activated ninja self destruct.
2015-12-02 19:55:54 +10:30
Zuhayr
6623c1650f
Rig unEquip() amendments.
2015-12-02 19:55:43 +10:30
Zuhayr
1b6282b43f
Fix for a merge error resulting in very wonky hardsuit behavior.
2015-12-02 19:55:32 +10:30
Zuhayr
1eabcfeffe
Removes a leftover world <<
2015-12-02 19:55:23 +10:30