Commit Graph

2243 Commits

Author SHA1 Message Date
Albert Iordache
e285612c4f Moved the age var from humans to /mob/living 2012-04-07 00:24:53 +03:00
Albert Iordache
2c6660d665 Merge pull request #796 from SkyMarshal/Airlocks
Made transformations between mobs with organs work better.  Destroying a limb removes implants.  Implants now go where you select.  Fixed some runtimes and retardedness.
2012-04-06 09:59:14 -07:00
SkyMarshal
5b3ad2a925 Made transformations between mobs with organs work better. Destroying a limb removes implants. Implants now go where you select. Fixed some runtimes and retardedness. 2012-04-05 21:55:41 -07:00
CIB
4481fb7b88 Merge pull request #791 from SkyMarshal/Airlocks
Further improved stuff for dealing with associative lists. You can now modify the contents of an associative list. Removed static background noise. Added CarbonCopy command from oldcode. Small timestamp change.
2012-04-05 07:29:15 -07:00
SkyMarshal
e8f5e13bd2 Further improved stuff for dealing with associative lists. You can now modify the contents of an associative list. Removed static background noise. Added CarbonCopy command from oldcode. 2012-04-04 23:02:24 -07:00
cib
66447b2b39 Added virus epidemic mode.
- Mode will only start with at least one doctor at round start(CMO or MD)
- Lethal vira won't spawn anymore outside this mode
2012-04-04 19:27:31 -07:00
Ren Erthilo
f0a819131b Refixes AI Alarm ID problem. 2012-04-04 20:37:20 +01:00
Ren Erthilo
ebebfaabb3 Merge branch 'master' of git://github.com/Baystation12/Baystation12 into TGUpdates
Conflicts:
	code/modules/mob/mob_defines.dm
2012-04-04 20:19:23 +01:00
CIB
0e4690938b Merge pull request #786 from SkyMarshal/Airlocks
Adds dismemberment to Tajarans and Monkeys.  Added some sanity checks to prevent people from punching you when they are missing hands.  Fixed more wound stuff.  Some examine fixes.
2012-04-04 05:21:54 -07:00
Ren Erthilo
478a462e3a Merge branch 'master' of git://github.com/Baystation12/Baystation12 into TGUpdates 2012-04-03 19:42:41 +01:00
SkyMarshal
9e694e545b Some more changes/improvements. Proper torso sprite for monkeys 2012-04-02 21:52:30 -07:00
SkyMarshal
5b20f6a2fd Adds dismemberment to Tajarans and Monkeys. Added some sanity checks to prevent you from punching you when they are missing hands. Fixed more wound stuff. Some examine fixes. Adds a hasorgans proc which checks if the given argument is a mob with organs. Fixed pathing for guncode. 2012-04-02 19:44:43 -07:00
SkyMarshal
0bc5215944 Merge pull request #779 from Erthilo/master
Adds more notice boards, CE space suit, patient gowns. Fixes chef apron and hot chocolate sprites.
2012-04-02 10:40:20 -07:00
Ren Erthilo
5829378d8a Merge branch 'master' of github.com:Erthilo/Baystation12 2012-04-02 02:53:57 +01:00
SkyMarshal
4e6f222072 Merge pull request #784 from SkyMarshal/Airlocks
Reverted traitorous music verb.
2012-04-01 17:13:43 -07:00
SkyMarshal
5b65826ec4 Reverted traitorous music verb. 2012-04-01 17:12:38 -07:00
CompactNinja
027fc90a8c Merge pull request #783 from SkyMarshal/Airlocks
Fixed some left in debugging info, added a single use traitor verb to play traitor.ogg locally.
2012-04-01 17:07:39 -07:00
SkyMarshal
0fe5806191 Small edit 2012-04-01 17:00:37 -07:00
SkyMarshal
cefd345840 Adds in traitorous music verb, single use, local sound, as well as removing some debugging info. 2012-04-01 16:58:21 -07:00
Ren Erthilo
af9a80cce4 Merge branch 'master' of git://github.com/Baystation12/Baystation12 into TGUpdates
Conflicts:
	code/modules/mob/mob_defines.dm
	icons/mob/items_lefthand.dmi
	icons/mob/items_righthand.dmi
	icons/obj/storage.dmi
	maps/tgstation.2.0.8.dmm
2012-04-02 00:37:54 +01:00
Ren Erthilo
c3ed6d443d Reverts the freezer code and the airlock code. 2012-04-01 23:24:59 +01:00
Albert Iordache
c9536305f8 Merge pull request #778 from SkyMarshal/Airlocks
New damage system and objective system fixes, further bugfixes #776, #775, and #772
2012-04-01 12:49:38 -07:00
SkyMarshal
aece74cdf3 Fixed some debugging info. 2012-04-01 12:35:32 -07:00
Mloc
addafbe34c Merge branch 'master' of github.com:Baystation12/Baystation12 into zas 2012-04-01 14:54:45 +01:00
Mloc
3563132fb5 POD WINDOWS. Also a ZAS fix that I forgot to commit.
Signed-off-by: Mloc <colmohici@gmail.com>
2012-04-01 13:37:51 +01:00
Ren Erthilo
b9e03234ea Added unique CE space suit to engineering. Added notice boards to many areas. Adds patient gowns to patient's closets. Fixes to chef's apron and suit names. 2012-04-01 07:30:33 +01:00
SkyMarshal
cd4a82a90b Fixes for the fingerprint runtimes, other runtimes, the new damage system, and the new objective system, to reduce the super hard objectives. 2012-03-31 22:01:21 -07:00
SkyMarshal
a90173c628 Part one of bugfixes for the new damage system. 2012-03-31 22:01:21 -07:00
Ren Erthilo
4c8d454a45 Merge branch 'master' of git://github.com/Baystation12/Baystation12 2012-03-30 23:58:50 +01:00
Ren Erthilo
ae57f8db64 Merging SkyMarshal's stuff. 2012-03-30 16:26:04 +01:00
Ren Erthilo
321f16eccb Merge fixes for NOCLONE, attack logs and map changes. 2012-03-30 06:46:01 +01:00
Ren Erthilo
7cf7c7775a Merge branch 'master' of git://github.com/Baystation12/Baystation12 into TGUpdates 2012-03-30 06:18:37 +01:00
Ren Erthilo
16fcbbc3b3 Fixed metroids being slipped and stepping in glass shards. Wearing a suit with shoes now protect from glass shards. Surgery can now be done on roller beds, and doing it on normal tables has a slightly higher chance of working. 2012-03-30 05:57:30 +01:00
Ren Erthilo
aba0e9d8f6 Adds advanced medical kit sprites and uses. Will be in-game later. Also fixes security rig inhands. 2012-03-30 05:47:38 +01:00
SkyMarshal
ab575b2fe1 Fixes the no-original-name cloning bug. 2012-03-29 21:27:39 -07:00
SkyMarshal
08a060501b Merged in Erthilo's stuff. 2012-03-29 21:11:17 -07:00
Ren Erthilo
4a0236734b Merge branch 'master' of git://github.com/Baystation12/Baystation12 2012-03-30 04:50:06 +01:00
Ren Erthilo
a87ad6b291 Reverted electric chair changes. 2012-03-30 04:47:46 +01:00
SkyMarshal
0c34286018 Fixes errors from last commit. 2012-03-29 20:44:11 -07:00
SkyMarshal
61820bc5ec Final commit of the examine/damage overhaul. 2012-03-29 20:44:10 -07:00
SkyMarshal
01d2d5f339 WIP bloodloss and scaring system. 2012-03-29 20:42:08 -07:00
Ren Erthilo
6952bef874 Reverting disabilities, headsets, murder sydie pack, photo removal, isbreathing and internals. 2012-03-30 04:19:22 +01:00
Albert Iordache
159fd0bfc9 Fixed a runtime error related to the group_multiplier of an air mixture being 0
In certain cases, zones would be emptied completely of turfs, thereby causing division by zero errors in FEA due to operations involving group_multiplier.
2012-03-29 23:45:48 +03:00
pobiega
382582ca18 Fixed non-admins not showing in IRC-bot player list. 2012-03-29 17:05:45 +08:00
Ren Erthilo
63c027aca9 Merge branch 'master' of git://github.com/Baystation12/Baystation12 into TGUpdates 2012-03-29 08:37:47 +01:00
Ren Erthilo
75a0bb49b7 Fixes for viewing skills mid-round. Changed title capitalisation. 2012-03-29 01:57:31 +01:00
Ren Erthilo
da7244abda Merge branch 'master' of git://github.com/Baystation12/Baystation12 2012-03-28 22:25:07 +01:00
pobiega
fff2743184 Chaplain-duplicate GetRank fixed, now correctly returns rank 1. 2012-03-28 16:47:13 +03:00
pobiega
eb8dc9a76f Stealth-admins can now hide from IRC-bot.
IRC-bot can now detect admins on server.
2012-03-28 16:45:19 +03:00
Ren Erthilo
bbc40f27ee Some merge fixes, changed Malf laws to regular AI ones, changes for the AI and Cyborgs hints, and an actual fix for implanting rev heads. 2012-03-28 03:45:36 +01:00