Commit Graph

9304 Commits

Author SHA1 Message Date
Ren Erthilo 7d04c9c169 TG: Added Spacevines to the random events. Added a spawn space-vines option to the
secrets panel.
Fixes  issue 250  (borg door bug)
Fixed silicon interactions with engineering equipment.
Fixed access lists for radiation collectors, so locking them actually serves a
purpose. Fixed using crowbars on them.
Borgs can name themselves upon module selection (unless a roboticist has named
them previously by using a pen)
To avoid Borgs griefing and then changing their name by selecting a module,
borgs are now unable to move independently until they choose a module.
New sprites for spacevines are on the way. So you'll have to tolerate my crappy
stand-ins for a bit until he is finished with them.
Revision: r3128
Author: 	 elly1...@rocketmail.com
2012-04-23 21:07:55 +01:00
Ren Erthilo c23a674710 TG: - Using robot parts on a suit that already has that part no longer eats up the
part you used on it
Revision: r3127
Author: 	 quartz235
2012-04-23 19:30:06 +01:00
Ren Erthilo 2a32365032 A better fix for scanner verbosity toggle. 2012-04-23 00:01:35 +01:00
Ren Erthilo 873ca4e4b2 Fix for scanner verbosity toggle. 2012-04-22 23:21:47 +01:00
Erthilo a164d6f1a2 Compile hotfix. 2012-04-23 00:10:14 +02:00
Ren Erthilo bf41978ed0 Reverts access changes and adds be syndicate line to setup_client proc. 2012-04-22 22:00:14 +01:00
Ren Erthilo c4a1dd4f0f Fix for health scanner not switching modes. 2012-04-22 21:55:00 +01:00
Ren Erthilo bae7ec23d9 TG: - Desk lamps are now just fancy flashlights. Which means you can pick them up.
They have w_class set to 4 and don't have the onbelt flag, meaning you can't put
them in any container and you can't put them in a pocket. Click on them to pick
them up, use the toggle-light verb to turn them on or off. They are no longer
affected by light switches (desk lights generally aren't anyway)
- Updated lamp type path on both uterus and 2.0.8
Revision: r3115
Author: 	 baloh.matevz
2012-04-22 21:16:52 +01:00
Ren Erthilo 17d249c2c7 TG: - Replaced a few more conveyor switches with the one-way conveyor switch.
- Added feedback gathering for radio, rc and pda message use. (Only the number
of messages sent is recorded)
- Generalized the 'round_end' time feedback logging into a proc that now also
handles the radio/pda/rc processing at round end. (
blackbox.round_end_data_gathering(), where blackbox is the blackbox recorder
object. )
 Revision: r3111
Author: 	 baloh.matevz
2012-04-22 21:07:45 +01:00
Ren Erthilo b1900af5fb TG: Commited on behalf of Nodrak
- Fixes:  Issue 257 ,  Issue 346  and  Issue 343
- Monkeys no longer continue to take suffocation damage after dying.
- PDAs can no longer be used while stunned or paralysed.
- Vending machines now have a delay to stop product spamming.

Note: I upped the delay a little as it was still pretty spammable when I tested
it, seems to be fine now as it's way more effort than it's worth to empty a
vending machine.
Revision: r3107
Author: 	 trubblebass
2012-04-22 20:25:21 +01:00
Ren Erthilo 84d412bc72 TG: Removed vials.dm, added possession verbs to modules/admin/verbs/possess.dm.
Chemistry reception windows are now public access.
Did some minor disposals remapping.
Added a newcaster to the HoP office.
Revision: r3096
Author: 	 petethegoat
2012-04-22 20:07:44 +01:00
Ren Erthilo 509f78ab82 TG: - Gave Station engineers construction site access, so they can play around in
that vacant office.
- Removed that wall that was blocking the entrance to the theater for whatever
reason
- Replaced a few airlocks that had glass around them with glass airlocks:
- - Detective's door is a glass red airlock
- - Checkpoint door is a glass red airlock
- - Assistant storage door is a normal glass airlock
- - Autolathe room door is a normal glass airlock
Revision: r3093
Author: 	 baloh.matevz
2012-04-22 20:00:41 +01:00
Ren Erthilo 215d01e1cd TG: - Removed the 'midis' variable from mobs. This one's supposed to be a client
thing, so it's now a client side var instead of being doubled in mobs.
- Made ooccolor, be_pai, be_alien, midis and ghost_ears actually properly copy
over from the preferences when observing! Incredible, isn't it?
Revision: r3087
Author: 	 baloh.matev
2012-04-22 19:50:34 +01:00
Ren Erthilo 70af0b0935 TG: - Power alarms on z level 1 now update to their proper alert level state when
spawned. They now spawn with the green alert level overlay at round start.
- Removed the window/north, window/east and the other dir-specific window
subclasses
- Request console global announcements no longer have the leading space
- Wrenching wooden table parts now gives wood instead of metal
- Replaced the engineering singularity viewing cameras with EMP proof cameras
Revision: r3085
Author: 	 baloh.matevz
2012-04-22 19:32:29 +01:00
Ren Erthilo b710813ed0 TG: Crayon boxes are now storage items. I have no idea why they weren't storage
items to being with but now they are.
6 storage slots, can only hold crayons. Icon_state is properly updated when
crayons are taken out as well as when crayons are put in.

Updated uterus and 2.0.8 with the new type path, which is
/obj/item/weapon/storage/crayonbox
Revision: r3082
Author: 	 baloh.matevz
2012-04-22 19:29:03 +01:00
Ren Erthilo bc02dbff87 TG: - Moved three (well two, one was doubled for some reason) screen/attackby()
procs to appear AFTER the screen object is defined. They were in a random file
instead of where the objects are. If you double-click and 'screen' object in the
object browser it now takes you to the definition instead of some random file.

- Clicking a grille with a glass or r-glass sheet in your hand, when the grille
is in one of your cardinal directions (North, south, east or west) will make you
start building a window. It takes 2s to build the window, which spawns
unfastened (same as when you create one.) This should make fixing damaged
grille-window combinations easier. If you are standing on a grille and click it
with a glass / r-glass sheet in your hand, the window will face the direction
you're currently facing.

Screenshot:
http://www.kamletos.si/placing%20windows%20on%20grilles.PNG
Revision: r3081
Author: 	 baloh.matevz
2012-04-22 19:22:02 +01:00
petethegoat@gmail.com aaa194a7a3 Got rid of the soul destroying buzzing when airlocks can't close.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3497 316c924e-a436-60f5-8080-3fe189b3f50e
2012-04-22 18:05:40 +00:00
d_h2005@yahoo.com 41ba8a7ae6 -Added soil to plant seeds in. Make it by crushing up sandstone. Soil does not have indicators like trays do! Watch your plants carefully!
-Added money trees. When life gives you lemons, mutate them into cash.
-RnD can create a new tool for botanists: The floral somatoray. Has two modes. Use it on your plants to induce mutations or boost yield.
-Raised the passive species-mutation chance slightly.
-Fixed a goof I made before when I was editing poppies. Woops.
-Changed the name of "Generic Weeds".
-Normalized grass harvests.
-Couple of typo fixes.
-Updooted my changelog.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3495 316c924e-a436-60f5-8080-3fe189b3f50e
2012-04-22 05:55:33 +00:00
SkyMarshal 169ee52065 Merge pull request #904 from Erthilo/TGUpdates
TG Updates up to r3077
2012-04-21 21:26:20 -07:00
Ren Erthilo f6b22b9d2c Adds null rod properly. Removes effects from bible. 2012-04-22 05:05:54 +01:00
petethegoat@gmail.com f91dfe2e0d Updated the barman's shotgun, it acts like a double-barrel now, and he can saw it off.
Added Khodoque's new shotgun sprites.

Added my new gasmask sprites. Removed emergency gasmasks, as the distinction is non-existent.

Very slightly reshuffled some mask stuff around, but it's still godawful.
Medical masks are now /obj/item/clothing/mask/breath/medical

Removed the define for HALFMASK, as it was completely unused.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3493 316c924e-a436-60f5-8080-3fe189b3f50e
2012-04-22 03:18:17 +00:00
baloh.matevz 7ee873c4e3 - Admin observers will now talk in ooc with their baby blue bold color. Someone wrongly copied over the stylesheet id (it is adminobserverooc, but got copied as observerooc)
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3492 316c924e-a436-60f5-8080-3fe189b3f50e
2012-04-22 03:03:40 +00:00
Ren Erthilo 4efe517ce1 TG: You will now face the direction of the item/turf/mob/anything you're interacting
with (or trying to interact with) (applied whenever you click, shift-click or
alt-click)

Added this to the changelog.
Revision: r3077
Author: 	 baloh.matevz

Also some merge fixes.
2012-04-22 04:02:07 +01:00
Ren Erthilo 867f2d77af TG: - Added water balloons (sprites courtesy of Sieve,) these can be filled with
most reagents and burst on throwing if filled, applying the reagents to whatever
is hit (along with everything else on that tile.) These are winnable from the
arcade, for now. I'll probably think of a better way to implement them.
Revision: r3075
Author: 	 quartz235
2012-04-22 03:03:05 +01:00
Ren Erthilo ee5149accc New verb: rightandwrong
When used, it will arm every human mob that is not already a special role (and
with a client assigned) with a random gun from the following list:
-Taser
-Egun
-Laser
-Revolver
-C20r
-Decloner
-Desert Eagle
TG: -Gyrojet Pistol
-Pulse Rifle
-Silenced Pistol
-Laser Cannon
-Combat Shotgun
-Mini-Uzi
-Mini-Ebow

It will then inform the player that
"You are the survivor! Your own safety matters above all else, trust no one and
kill anyone who gets in your way. However, armed as you are, now would be the
perfect time to settle that score or grab that pair of yellow gloves you've been
eyeing..."

And make them a traitor/give them the objective to survive till the round ends.

After use, rightandwrong will remove itself from the users list of verbs.

rightandwrong addeded to the Spellbook under "Summon Guns"
The verb will appear in the spell tab.

Updated changelog
Revision: r3071
Author: 	 kortgstation
2012-04-22 02:54:46 +01:00
Ren Erthilo 2b72fd42c7 TG: Added a new one-use artefact, Veil Render(sprites by Ausops), for the wizard
which will summon Nar-Sie after a few seconds of delay. Yes believe it or not I
got permission to add this.

Added Veil Render to the spellbook

Added the effect "rend" as part of Veil Render's summoning process. Rend spawns
Nar-Sie and deletes itself after a 3 second delay.

Updated the changelog.
Revision: r3067
Author: 	 kortgstation
2012-04-22 02:48:53 +01:00
Ren Erthilo d823d5ef0d Clean up Syringe and Notebook code. 2012-04-22 02:29:21 +01:00
VivianFoxfoot@gmail.com 13ff994f64 Adds ticklag to be a config setting.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3491 316c924e-a436-60f5-8080-3fe189b3f50e
2012-04-22 01:19:10 +00:00
Ren Erthilo 52ee45859a TG: - CE's locker spawns the hazard vest above the toolbox
- CE's locker spawns with an industrial backpack at the bottom
- Sec locker spawns with a sec backpack at the bottom
- HoS locker spawns with the injectors lockbox above the flashbang box
- HoS locker spawns with an armor vest at the bottom for the convenience of HoS' who want to play with regular armor.
- Added this to the changelog, I used the old format because the new one is just too tedious to do by hand, sorry.
 Revision: r3062
Author: 	 baloh.matevz
2012-04-21 23:48:57 +01:00
VivianFoxfoot@gmail.com 1de0c187f2 Jobs are now randomized at round start to avoid people's select occupations list being randomized.
Fixes some strings in modular changeling.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3488 316c924e-a436-60f5-8080-3fe189b3f50e
2012-04-21 20:55:56 +00:00
Ren Erthilo 24459ae0ce TG: Added Sieve's 'connected to port' and 'tank attached' icons for pumps and
scrubbers.
And I most certainly did not add a special new shirt, with icons by Ausops. No
sir.
Revision: r3060
Author: 	 petethegoat
2012-04-21 21:12:32 +01:00
Ren Erthilo 1160a223b0 TG: - Added Exosuit Jetpack
- Added Exosuit Nuclear Reactor
- Added Ripley construction steps sprites (courtesy of WJohnston)
- Exosuit Sleeper can now inject occupant with reagents taken from Syringe Gun
- Exosuit Cable Layer will now auto-dismantle floors
- Exosuit Heavy Lazer cooldown increased, Scattershot now fires medium calibre
ammo (less damage)
- EMP now drains half of current exosuit cell charge, not half of maximum
charge.
- Exosuit wreckage can be pulled
- Fixed several possible exosuit equipment runtimes
- Moved all mecha-related icons to icons/mecha
- Mecha equipment messages will show equipment icons in chat window
- Fixed mecha creation reports being sent at wrong construction step
- Played with changelog markup. For some reason javascript is extremely slow in
byond browser, I'll look into it.
2012-04-21 21:03:24 +01:00
Ren Erthilo 23cb47f0b1 TG: The armoured construct is now known as the Juggernaut. Its health was lowered
and it takes massive damage from being hit with a bible. The Juggernaut has a
lesser version of force wall.

Added the Wraith construct, a faster, more fragile construct which has a lesser
version of Ethereal Jaunt. It too is vulnerable to bibles.

The Chaplain is now immune to blood boil, stun talismans, and cult blind/deafen

Constructs are finally creatable by using a full soulstone on an empty construct
shell. The creator will be able to choose which kind of construct is created.

Cultists can get construct shells from their supply talisman

Wizards now get the spell "Artificer" which allows them to create construct
shells for free when they select the soulstone belt.

Medical Borgs are now relentless to prevent them losing hold of incapacitated
patients.

Added the Artificer (conjure construct shell), Phase Shift (lesser jaunt), and
Shield (lesser forcewall) spells
Revision: r3054
Author: 	 kortgstation
2012-04-21 20:49:59 +01:00
Ren Erthilo ac246cc805 TG:- Hacking wallsafes/briefcases is now properly interruptible.
Revision: r3053
Author: 	 quartz235
2012-04-21 20:28:35 +01:00
Ren Erthilo 523834e547 TG: Fixes Issue 299 .
Applying the cell charger fix from here: http://bit.ly/wl2FEO
Revision: r3050
Author: 	 Superxpdude
2012-04-21 20:26:36 +01:00
Ren Erthilo 5e7f5e5d27 TG: - When you open an door of any kind you can see through it as soon as it starts
to open. You can however only move through once it's fully open.
Revision: r3041
Author: 	 baloh.matevz
2012-04-21 20:15:57 +01:00
Ren Erthilo bcebd2b7c4 TG: - Brought 2.0.8 and uterus up to date with the new type paths.
- Added an atmostech belt that spawns with the same tools as the engineer full
belt, just the wire is replaced by an analyzer.
- Atmos techs now spawn with this belt
- Added a detective-styled personal closet, that contains a satchel, which
contains a wallet, which contains one or two spacecash items and a coin.
- Slightly redesigned two of the dorm rooms so they have this new cabinet -
closet with the stuff mentioned above.
- Slightly changed the spawn order of items in engineering closets so that
hazard vests spawn above toolboxes. Hopefully this will spare a few fiddly
clicks for engineers.
- Detective locker now spawns with the locked sprite
- Engineering now has the L2 radioactive suit lockers that contain rad suits
instead of that crate.
Revision: r3039
Author: 	 baloh.matevz
Date: 	Feb 5, 2012
2012-04-21 20:04:31 +01:00
Ren Erthilo 2444daca6b Adds fingerless gloves that leave fingerprints. Adds new filing cabinet sprites. Adds some new unused sprites. 2012-04-21 18:40:14 +01:00
Ren Erthilo 80ae64b35c Fix for Cyborg lockdown and MMI's not spawning. 2012-04-21 18:30:37 +01:00
vageyenaman@gmail.com d8dc75f384 Bugfix with telecomms.
Reverted tick_lag back to 0.9. Enjoy lagstation again skrubs :(

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3486 316c924e-a436-60f5-8080-3fe189b3f50e
2012-04-21 16:59:33 +00:00
Ren Erthilo 43d36dec6e Reverts throwing and cigarette code for fear of trout. Also updates object paths. 2012-04-21 17:09:29 +01:00
VivianFoxfoot@gmail.com 518fbfaa0a Intercoms now work in the darkness
Adds job selection randomization by Randomone

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3484 316c924e-a436-60f5-8080-3fe189b3f50e
2012-04-21 14:30:52 +00:00
Ren Erthilo 96042a419c TG:Partial r3307 update. You can now pick your underwear and backpack preferences.
Commit for Nodrak.
See: http://nanotrasen.com/phpBB3/viewtopic.php?f=16&t=8107#p96230 for
changelist.
Revision: r3307
Author: 	 petethegoat
2012-04-20 02:04:39 +01:00
Ren Erthilo 616b75806a Update clothing fix. 2012-04-20 00:39:55 +01:00
Ren Erthilo fea287e1fc TG: Added throwing items over tables, thanks to SkyMarshal.
Improved cigarette code, mostly grammatical fixes.
Revision: r3036
Author: 	 petethegoat
2012-04-20 00:33:42 +01:00
Ren Erthilo 69dea97b26 TG: Added a cheap lighter so that zippos will have some company.
The cheap lighter can be purchased at vending machines and comes in 4 colors:
green, yellow, cyan and red.

Technical info:

The path
/obj/item/weapon/zippo

was changed to
/obj/item/weapon/lighter/zippo

The new lighter is
/obj/item/weapon/lighter/random
Revision: r3033
Author: 	 baloh.matevz
Date: 	Feb 4, 2012
Review scores: No one has yet scored this revision.
2012-04-20 00:02:00 +01:00
Ren Erthilo da779a1834 TG: The job selection page has been changed a little:
Screenshot:
http://www.kamletos.si/job%20selection%203.PNG

Added this to the changelog.
 Revision: r3032
Author: 	 baloh.matevz
2012-04-19 23:39:32 +01:00
Ren Erthilo 2a3369e99a Adds detomax and grenade logging. 2012-04-19 23:01:06 +01:00
elly1989@rocketmail.com 575654babb Rewrote the cinematic system to be centralised and controlled by the gameticker, rather than handled per mob with like, 3 loops and a seperate process for each mob.dmPlease report any bugs/derps to me asap. I've tested it as much as I can locally, but because it relates to events that require a large number of players it's very hard to test.
TODO: I was intending to use dust to kill players off on a nuclear-loss. However dust() is very very broken. So I've hardcoded everything to die until I can fix dust().

Added an adminverb for 'Game Master's. It was a debug verb so I could test cinematics but I've left it in as it might be handy for events, especially if we get more cinematics. To access it type "cinematic" in full into the input bar as a Game Master, then follow the prompts. At the moment, it only handles nuclear stuff (that's all there is anyway). You can choose where the nuke detonated 0= on station; 1= near station but in space; 2= off the z-level. You can also force a cinematic from another game-mode to play with the prompt after that one.

Note: All mobs are buckled to a bed located inside the gameticker (odd I know) whilst a cinematic is playing. The bed is deleted afterwards releasing all players. If off_station=0 then all mobs will be killed too. This is to stop people running around and doing stuff during the cinematic. I really didn't want to add more variables/checks to mobs.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3481 316c924e-a436-60f5-8080-3fe189b3f50e
2012-04-19 20:33:19 +00:00
Ren Erthilo 242648c256 Properly adds attack logging to a separate attack log. Also adds logging for flashbangs. Config change too! 2012-04-19 20:18:24 +01:00