Commit Graph

6022 Commits

Author SHA1 Message Date
phil235 36cbf06ed9 closets and its children can no longer contain a near infinite amount of mobs.
Adding a mob_size var to mob/living . All closets can still contain the same amount of small sized mobs as before(mouse, parrot,pAI, viscerator, lizard, chick), but they can no longer contain large mobs (alien emperess, blobbernaut, juggernaut, hostile tree, goliath), and they can contain a few human sized mobs (three for bodybags, two for closets and other children).
2014-10-12 18:46:56 +02:00
Cheridan 2a12b149e1 Merge pull request #4966 from JJRcop/whisper-dead-dead
Fixes being able to whisper while dead
2014-10-05 00:40:28 -05:00
Cheridan e8a56ee14b Merge pull request #4949 from hornygranny/alienpockets
alien pockets removed
2014-10-04 23:53:06 -05:00
Cheridan fb7aff426d Merge pull request #5039 from paprka/hatstation13
Some job-specific hat rebalancing
2014-10-04 20:51:08 -05:00
Cheridan 08be1b34eb Revert "Changes a few green crosses to blue on sprites that I missed last time" 2014-10-04 19:22:10 -05:00
paprka 822613d698 remove helmet pathing 2014-10-01 15:01:36 -07:00
paprka a499710081 hat rebalancing 2014-09-30 13:08:13 -07:00
Cheridan 94c72605e2 Merge pull request #4990 from Ikarrus/deathsquads
Make Deathsquad button can be used more than once
2014-09-30 12:55:50 -05:00
Cheridan fa751f2f72 Merge pull request #4975 from phil235/CloneMessages
Replacing clone damage descriptions with "cellular damage".
2014-09-30 12:21:42 -05:00
Cheridan 3b2291189b Merge pull request #4991 from Ikarrus/ferryjmp
Adds a JMP link to the Admin Ferry Message
2014-09-30 12:16:47 -05:00
Swag McYolosteinen 9943cc3ec7 Merge pull request #4927 from Donkie/ntsl
NTSL: Cleanup, Added some functions [MERGEREADY]
2014-09-30 18:46:09 +02:00
Daniel 021e960bb3 Removed language argument from broadcast() 2014-09-30 18:20:01 +02:00
Remie Richards 219864312a Merge pull request #4988 from Miauw62/420
Fixes a bunch of saycode things.
2014-09-30 10:23:23 +01:00
Remie Richards 87c2eeb24a Merge pull request #4983 from paprka/armorbutton
Reactive Teleport Armor action button
2014-09-30 10:22:38 +01:00
Cheridan 094010444f Merge pull request #4970 from Jordie0608/nothingwittyhere
Fixes 'atoms' typo in unsuitable_atmos_damage
2014-09-29 12:57:08 -05:00
Swag McYolosteinen 74fcfb6f0f Merge pull request #5017 from Ikarrus/ghosthearsall
Ghosts will be able to hear all Special Chats
2014-09-29 18:34:17 +02:00
Cheridan 7e8e728d85 Merge pull request #4986 from Ikarrus/gangfixes
Gang Mode fixes and improvements
2014-09-29 10:33:17 -05:00
Cheridan a42e99186c Merge pull request #4987 from Ikarrus/memospam
Fixes Issue with Deleting Memos
2014-09-29 10:20:31 -05:00
ikarrus fdecf7bb68 Ghosts will be able to hear all Special Chats
Mostly so admins can supervise them.

- Ghosts will be able to hear Cultist Chat. Ghosts weren't able to pick up ones sent by cult_innate_comm()
- You won't need ghost ears on to listen to Binary Chat, like how it used to be
- put dead_mob_list to good use (Everything seemed fine when I tested it. Let me know if I'm missing overlooking something)
- Bumped lingchat sense chance up to 40%

Resolves #4860
2014-09-28 20:35:09 -06:00
ikarrus 35068e19ae Adds a JMP link to the Admin Ferry Message 2014-09-27 17:13:37 -06:00
ikarrus b3e4bf8b7d Admin message also says what the mission is 2014-09-27 16:58:27 -06:00
ikarrus adb66f2264 Make Deathsquad button can be used more than once 2014-09-27 16:56:33 -06:00
Miauw f0ddaf7d8e Merge branch 'master' of https://github.com/tgstation/-tg-station into 420
Conflicts:
	code/modules/admin/admin_verbs.dm
2014-09-27 16:09:31 +02:00
Miauw 77584d4a7d Fixes a bunch of saycode things. Objs can now hear radio talk.
Added a proper strip_html() function.
Fixed #4959
2014-09-27 16:06:06 +02:00
Swag McYolosteinen d9ee81bb96 Merge pull request #4815 from phil235/AudibleMsgFix
Simplifying audible messages
2014-09-27 15:01:56 +02:00
ikarrus 4b1deb2252 fix 2014-09-26 22:48:23 -06:00
ikarrus ab0a698421 Fixes Issue with Deleting Memos
It was logging every memo as being deleted every time any memo was deleted.
2014-09-26 22:44:50 -06:00
ikarrus 131b5ee0ec - Removes the useless has_been_rev var
- Reworded intercept report to discourage security from inadvertently causing a gang to win.
- Recaller use is logged
- Made the text explaining membership visibility more visible
2014-09-26 21:37:07 -06:00
Remie Richards cc85f44ccb Merge pull request #4900 from MrStonedOne/erroageinjudgement
Fixes some "erros" in the database system
2014-09-26 23:41:37 +01:00
paprka 4cdf887308 rta button 2014-09-26 15:28:57 -07:00
Daniel 8fa821f267 Added $language variable
Does not support changing output language yet though
2014-09-26 20:14:22 +02:00
Daniel bbf88e4986 Fixed proper() again 2014-09-26 18:46:17 +02:00
Daniel 34a3d63f9b Added language argument to broadcast()
Can be any of HUMAN, MONKEY, ALIEN, ROBOT, SLIME or DRONE.
2014-09-26 18:46:12 +02:00
Daniel 7be2bdff8b Fixed proper() 2014-09-26 15:26:57 +02:00
Daniel bd58c3b202 Added proper(string) 2014-09-26 14:50:16 +02:00
phil235 231c1f0ea2 Merge branch 'master' of https://github.com/tgstation/-tg-station into CloneMessages 2014-09-25 20:07:29 +02:00
Cheridan 7d5fd4d24c Merge pull request #4935 from Ikarrus/distressing_alert
New sound for more distressing minor announcements
2014-09-25 12:34:59 -05:00
phil235 1840d72ae4 reverting to show_message proc in three places. 2014-09-25 19:14:51 +02:00
phil235 b00b41bbf9 Replacing clone damage descriptions by "cellular damage". 2014-09-25 19:11:31 +02:00
phil235 3248e23887 Merge branch 'master' of https://github.com/tgstation/-tg-station into AudibleMsgFix
Conflicts:
	code/modules/recycling/disposal.dm
2014-09-25 18:45:53 +02:00
phil235 7afbd3345b Replacing some hearers(...) with get_hearers_in_view(...).
Renaming Make Sound to Object Say.
Switching deaf_message in audible_message proc to last argument.
Replacing some "for(mob in hearers)+show_message" with audible_message()
2014-09-25 18:22:27 +02:00
Jordie0608 b27dbcba1d Fixes 'atoms' typo in unsuitable_atmos_damage 2014-09-25 17:45:50 +10:00
JJRcop 7f254fc570 Fixes being able to whisper while dead 2014-09-24 17:24:17 -04:00
Cheridan 88d26ee22d Merge pull request #4957 from Jordie0608/adeclownerwouldbemoreinterestingtbh
Corrects decloner beam name
2014-09-24 10:25:45 -05:00
Swag McYolosteinen 9409ab2b65 Merge pull request #4932 from Ikarrus/tdomereset
[MAP] Adds a reset button for the Thunderdome
2014-09-24 17:14:51 +02:00
Ikarrus 0df3819664 logs will show if mobs have been deleted 2014-09-24 09:05:24 -06:00
Swag McYolosteinen f9e17faca3 Merge pull request #4889 from Jordie0608/orwecouldpathplasmasheetsasfire
Repaths clown ore to bananium
2014-09-24 16:58:23 +02:00
Swag McYolosteinen 78ce564314 Merge pull request #4871 from phil235/FlashPowderthing
Fixes #4176
2014-09-24 16:55:49 +02:00
Remie Richards 4bcc59fefa Merge pull request #4915 from Menshin/ore_machine_sheets_fix
Ore machine emptying stacks  fix
2014-09-24 12:06:05 +01:00
Remie Richards 90f3b05568 Merge pull request #4724 from Lo6a4evskiy/Security_HUD_records
Integrated more of security records functionality into SecHUD
2014-09-24 12:02:52 +01:00