Commit Graph

9304 Commits

Author SHA1 Message Date
Rob Nelson
ee5d2c8a1c Trash autoignition
Conflicts:
	code/game/objects/items/trash.dm
2014-07-20 10:59:44 -04:00
Atlantiscze
c63317e9d4 Fixes #5570
Also de-copypasted charger code, as i had the opportunity.

Conflicts:
	code/game/machinery/recharger.dm
2014-07-20 10:36:33 -04:00
Walter0o
db44fbe5ee adds trim() to OOC and LOOC 2014-07-20 05:58:26 -04:00
Whitellama
f701f5d6dd Fixed #5685: Changelings now gain the species needed to transform when acquiring DNA using the extract DNA sting 2014-07-20 05:56:19 -04:00
Whitellama
c231899b05 Eating with utensils now produces the eating sound, fixed #5687 2014-07-20 05:56:06 -04:00
Walter0o
fc0e08cbae should fix #5692
untested, but seems like a simple derp bug
2014-07-20 05:55:21 -04:00
ZomgPonies
681ab587ad Stupid bug with the way mages are counted. 2014-07-20 04:08:33 -04:00
ZomgPonies
8bf4fc4418 More faction stuff for wizards 2014-07-20 03:52:40 -04:00
ZomgPonies
8aacab1627 Regular gygax can only fit nonlethal weapons. 2014-07-19 16:27:11 -04:00
ZomgPonies
fd5846d53a Added click delay to point to because people are too shitty to not abuse it. 2014-07-19 15:26:13 -04:00
ZomgPonies
66190afce9 Runtime fix 2014-07-19 14:42:14 -04:00
ZomgPonies
43a9a411ad Merge pull request #306 from VampyrBytes/master
Fixes #247
2014-07-19 13:33:34 -04:00
ZomgPonies
64554340f4 Modifed faction system to use a list instead. Mobs can belong to multiple factions at once. 2014-07-19 13:26:55 -04:00
d3athrow
e650eed15d Pomf did a thing. Firelocks now indicate cold or hot temperatures.
Conflicts:
	code/game/machinery/doors/firedoor.dm
	html/changelog.html
2014-07-19 11:43:36 -04:00
ZomgPonies
98a99ebd1a Change middlemouseclick to point, removed point from right-click contextual menu 2014-07-19 04:19:58 -04:00
ZomgPonies
a88da5691a Removing examine from popup menu to help with right-click lag. Use shift-click instead. 2014-07-19 04:03:23 -04:00
Mark Aherne
de81fdd4ac Added PDA check in wear_id slot to get any potential id rank. 2014-07-19 02:12:27 -04:00
Mark Aherne
8ddf65012c Improved Crew Monitoring Console map.
Added icons for use with map.
2014-07-19 02:12:12 -04:00
Mark Aherne
ec29e88224 Added a station map to NanoUI, this map can be used by any NanoUI to display live/dynamic elements on a map.
The map functionality has been added to the crew monitor console to show active crew trackers, this is working but needs refinement (icons etc.).

Conflicts:
	code/modules/nano/nanoui.dm
2014-07-19 02:11:44 -04:00
ZomgPonies
01ce1db6ff Fix drag and drop climbing, finally 2014-07-18 17:35:35 -04:00
mwerezak
19d2d549e2 Fixes #5666 2014-07-18 16:37:30 -04:00
ZomgPonies
4d2ead97d6 Merge pull request #304 from SocialSystem/patch-1
Update vg_powers.dm
2014-07-18 14:49:35 -04:00
ZomgPonies
c48ca761ba Fixed a few bugs with genetic power buttons 2014-07-18 14:47:44 -04:00
SocialSystem
fcacbdbee3 Update vg_powers.dm
Altered the activation/deactivation message for morph so it is different from SHOCKIMMUNITY
2014-07-18 19:34:11 +01:00
ZomgPonies
7a90302747 Fixed immolate 2014-07-18 13:41:44 -04:00
ZomgPonies
fd53529ddc Removed stupid MELT genetic power that was broken anyways 2014-07-18 13:39:02 -04:00
ZomgPonies
635fb6f7e2 Added empath as a spell along with action button 2014-07-18 13:26:58 -04:00
ZomgPonies
c5dac036e1 Fix drag and drop table climbing 2014-07-18 13:04:41 -04:00
ZomgPonies
60b0659d43 Made update_power be at mob level since spells are at that level. 2014-07-18 12:11:13 -04:00
ZomgPonies
9148e4b4a9 Removing more deprecated virus1 shit 2014-07-18 11:41:46 -04:00
ZomgPonies
7b481d2b9e Merge pull request #303 from VampyrBytes/master
fix for #300
2014-07-18 08:39:33 -04:00
VampyrBytes
1c9f9966bf Fixes #247
No more sending crates to centcom to be unlocked, they'll keep
everything now
2014-07-18 13:20:00 +01:00
mwerezak
d30db958d4 Loosens the undocking requirements for airlocks 2014-07-18 08:03:53 -04:00
mwerezak
3ede5aa470 Adds default values for some docking tags
Simplifies the mapping of docking controllers by cutting down on the
number of tags needed to be entered.

Conflicts:
	code/game/machinery/embedded_controller/simple_docking_controller.dm
2014-07-18 08:03:15 -04:00
Zuhayr
3098c80f9c Fixed some bugs, did some testing, moved some procs around for robot functionality.
Conflicts:
	code/modules/mob/living/silicon/robot/robot.dm
2014-07-18 07:38:11 -04:00
Zuhayr
bdfc7ef719 Added Crisis and Surgeon modules, removed Medical module, added Construction module, altered Mining and Engineering modules.
Conflicts:
	code/modules/mob/living/silicon/robot/robot.dm
	code/modules/mob/living/silicon/robot/robot_modules.dm
2014-07-18 07:30:54 -04:00
mwerezak
342ccf7581 Updates body scanner readout for internal organs
Conflicts:
	code/game/machinery/adv_med.dm
2014-07-18 07:00:18 -04:00
mwerezak
55140d1908 Improved full body scanner infection readout
Now provides a higher level of precision on infection severity.
2014-07-18 06:59:07 -04:00
Walter0o
08c5cdb736 should fix #5618, trivial kitchen utensil bug 2014-07-18 06:58:47 -04:00
Atlantiscze
b52517aabb Adds ability to repair TCommsat machinery without having to dismantle the machines and rebuild them from scratch. Applying nanopaste will restore 10-20 integrity points. 2014-07-18 06:56:59 -04:00
Atlantiscze
242b7ab66b Fix for issue which caused telecomms machinery to take no damage when temperature was 70C. Now it adds damage according to temperature. Higher temperature will cause the machinery to fail faster.
Conflicts:
	code/game/machinery/telecomms/telecomunications.dm
2014-07-18 06:56:51 -04:00
Rob Nelson
f7b516a5ab Shit catches on fire now
Conflicts:
	code/ZAS/Fire.dm
	code/game/objects/items/weapons/storage/bible.dm
	code/game/objects/items/weapons/storage/boxes.dm
	code/modules/mob/living/living_defines.dm
	code/modules/paperwork/paper.dm
	code/modules/paperwork/photography.dm
	code/setup.dm
2014-07-18 06:32:15 -04:00
Rob Nelson
dd31f75ae3 Add pressure alerts on firedoors.
Conflicts:
	code/game/machinery/doors/firedoor.dm
	icons/obj/doors/DoorHazard.dmi
2014-07-18 06:25:01 -04:00
Rob Nelson
08813d45cc Fix potential ready-dna problems.
Conflicts:
	code/game/machinery/cloning.dm
	code/modules/projectiles/projectile/change.dm
2014-07-18 06:18:12 -04:00
ZomgPonies
b2b869a57d Added remote view to spelllist 2014-07-18 05:09:17 -04:00
ZomgPonies
289b0a0eec Oops 2014-07-18 03:02:30 -04:00
ZomgPonies
4ad8b741a2 Turned remote talk into a spell and optimized it, giving it it's action button 2014-07-18 02:38:53 -04:00
ZomgPonies
e73ad0051b Merge branch 'master' of https://github.com/ZomgPonies/Paradise 2014-07-17 16:52:04 -04:00
ZomgPonies
12b228b799 Did those mech changes I wanted to do a while ago, reverted gamma armory to old behavior. 2014-07-17 16:50:55 -04:00
VampyrBytes
b3e12edbc4 fix for #300
Fixes ling return to life
2014-07-17 13:27:58 +01:00