Commit Graph

357 Commits

Author SHA1 Message Date
ZomgPonies d5502ca62e Should fix dead embryos being spawnable maybe? 2014-05-08 02:43:37 -04:00
ESwordTheCat a947775f2e Add missing lens.
Conflicts:
	code/modules/mob/mob.dm
2014-04-19 19:13:05 -04:00
MrPerson 5bb608e56e Redo of jitteriness and dizziness.
Fixes #2923

Conflicts:
	code/game/gamemodes/changeling/changeling_powers.dm
	code/game/mecha/equipment/weapons/weapons.dm
	code/modules/mob/living/carbon/human/life.dm
	code/modules/mob/mob.dm
	code/modules/mob/mob_defines.dm
	code/modules/reagents/Chemistry-Reagents.dm
2014-02-28 22:21:33 -05:00
ZomgPonies 1ab8df4b13 Garbage collection fixes 2014-02-19 20:24:31 -05:00
Segrain dd1f5f1546 Fix for unpinning humans. 2014-02-14 12:07:30 +01:00
Segrain 3b86b29063 Check for verb removal. 2014-02-10 07:01:30 -05:00
Zuhayr 6302573ed3 Fixes #4223
Conflicts:
	code/modules/mob/living/carbon/human/human_damage.dm
	code/modules/mob/living/carbon/human/human_defense.dm
2014-02-10 07:00:58 -05:00
Zuhayr 56e71df462 Generalized yank_out_object(). 2014-02-10 06:53:25 -05:00
Rob Nelson c86063c271 Fix genetics spells not working. GG for not using panel variable, nerds. 2014-02-06 23:52:20 -05:00
ZomgPonies 74c3c6e83b compile fix 2014-02-04 03:09:04 -05:00
Rob Nelson 75a5337996 Try using backpack for failed item storage first.
Conflicts:
	code/modules/mob/mob.dm
2014-02-04 03:08:37 -05:00
Rob Nelson 17cb2faa3d GC stats 2014-02-01 21:08:30 -05:00
Vincent 7b58cc04b2 Gives mobs a "fall" proc for the transition between falling and standing. This is not for the rotation code, which occurs on both falling and rising.
Adds a variable to hats to determine how likely they are to fall off.  Makes them fall off with the given probability when disarmed (some percentage of the time) or when the character falls.  Space helmets, bio hoods, helmets, radiation helmets, etc, are unlikely to fall off

Conflicts:
	code/game/gamemodes/cult/cult_items.dm
	code/modules/clothing/clothing.dm
	code/modules/clothing/head/hardhat.dm
	code/modules/clothing/head/helmet.dm
	code/modules/clothing/head/jobs.dm
	code/modules/clothing/head/misc.dm
	code/modules/clothing/head/misc_special.dm
	code/modules/clothing/suits/bio.dm
	code/modules/clothing/suits/utility.dm
	code/modules/events/tgevents/holiday/xmas.dm
	code/modules/mob/mob.dm
2014-01-24 00:16:46 -05:00
Rob Nelson f44ff1d7aa Standardize FAT
Conflicts:
	code/modules/client/preferences.dm
	code/modules/mob/living/carbon/human/life.dm
	code/modules/mob/living/silicon/robot/robot.dm
	code/modules/mob/living/simple_animal/constructs.dm
	code/modules/mob/mob.dm
	code/modules/mob/mob_grab.dm
2014-01-21 22:57:10 -05:00
Rob Nelson 6091d16262 DNA panel fixed, update changelog.
Conflicts:
	html/changelog.html
2014-01-20 11:43:07 -05:00
d3athrow f16a6a83db clean up the code
Conflicts:
	code/modules/mob/mob.dm
2014-01-14 04:30:13 -05:00
d3athrow bf275e1964 Should fully resolve issue #344
Conflicts:
	code/modules/mob/mob.dm
2014-01-14 04:25:24 -05:00
DJSnapshot 8f9e08150e mecha fixes 2014-01-02 20:51:47 +01:00
ZomgPonies 05aadc5dd8 Respawn stuff tuning 2014-01-02 01:19:26 -05:00
ZomgPonies ec783a17c6 Respawnable list fix? 2013-12-02 10:51:07 -05:00
ZomgPonies 7f5c6ec77b more respawn list bugfixes 2013-11-30 05:32:39 -05:00
ZomgPonies 31b57b4733 One last bit so people don't jump from animal to animal 2013-11-29 15:38:12 -05:00
ZomgPonies c0d9391b74 Fixed hopefully last respawn issues. 2013-11-29 15:31:37 -05:00
ZomgPonies 461bd52462 More fixes 2013-11-29 11:10:31 -05:00
ZomgPonies 89d8abada2 Cleaner way of getting round-start observers animals 2013-11-29 08:20:36 -05:00
ZomgPonies 2313ee11e7 Gave round-start observers the opportunity to spawn as animals 2013-11-29 07:44:09 -05:00
ZomgPonies 86ce80d9e1 New respawn system is in yay! 2013-11-28 16:44:48 -05:00
ZomgPonies 307d853ef0 Ingame Karma Shop Menu 2013-11-06 13:56:58 -05:00
ZomgPonies 00b101d7f2 Seperated ID and PDA slots 2013-11-01 13:28:58 -04:00
ZomgPonies f71b6af899 New job -- Customs Officer 2013-10-31 14:48:30 -04:00
ZomgPonies 5daf979b72 Pretty much all new click code 2013-10-12 14:44:36 -04:00
ZomgPonies aa79d1323b Added Vox and Kidan as unlockable Karma species 2013-10-04 02:57:42 -04:00
ZomgPonies e3556791a7 Fancy Alt-Clicking for blob and others 2013-09-24 20:12:12 -04:00
ZomgPonies b0aff645a3 Massive traitor item overhaul 2013-09-23 05:41:53 -04:00
ZomgPonies c1222034ee BS12 -> Ponies merge 2013-09-09 10:51:16 -04:00
Mloc-Argent a084f74c7d Expansion of every "icon = ''" path.
Supposed to help compilation times.  Who knows.

Signed-off-by: Mloc-Argent <colmohici@gmail.com>
2013-09-01 21:53:36 +01:00
Mloc-Argent 71bdaa1698 Fully reverts clickdelay change.
It was immensely buggy with certain mobs, and server lag all but negated the benefits.

Signed-off-by: Mloc-Argent <colmohici@gmail.com>
2013-08-13 13:10:09 +01:00
Zuhayr 5476ae192d Attempting to reduce incidence of clickspam against mobs. 2013-08-12 22:44:57 -07:00
Zuhayr 375437a6cf Changelog merge. I hate the changelog. 2013-08-12 11:20:41 -07:00
Zuhayr 29ad858ed4 Fixes the weird inertia behavior of cuffed/dragged people in space. 2013-08-11 23:52:46 -07:00
Zuhayr 98bbb095ad Swapped languages and datums over to global lists. Updated verbs. 2013-08-05 20:34:38 -07:00
Zuhayr f50256eabb Work progresses on species datums. Mass-commit due to repo issues requiring a reset. 2013-07-31 11:50:56 -07:00
Segrain 3c4b7507e9 Reactiveness 'quick'fix. 2013-07-28 13:02:10 +03:00
Mloc-Argent 9d2e107005 Reactiveness update part 1: Removed click delays from most objects, keeping them on for attacks and breaking windows/grilles.
Signed-off-by: Mloc-Argent <colmohici@gmail.com>
2013-07-25 18:30:24 +01:00
Mloc-Argent 75c8f6d76a Merge branch 'BEF-staging' 2013-07-08 23:28:22 +01:00
Mloc-Argent 3ce4e2ad17 Fixes #2559
Changes Add-Note and Notes verb to be under the IC category, instead of OOC.

Signed-off-by: Mloc-Argent <colmohici@gmail.com>
2013-07-06 22:20:13 +01:00
Zuhayr a2249fb1dc Fixes yank out verb string issues. 2013-07-05 22:01:09 -07:00
Mloc-Argent f868a30ef8 Merge branch 'BEF-staging' of github.com:Baystation12/Baystation12 into staging 2013-06-28 11:36:43 +01:00
Zuhayr b270c6060d Fixes #3025 2013-06-27 06:22:01 -07:00
Zuhayr 35b909ef3b Fix for dragging. 2013-06-18 23:39:48 -07:00