- Fixed the problem where suits appeared on the UI even with the inventory
closed. The call to other_update() in update_clothing() must be done after all
the icon slots get updated.
Revision: r3725
Author: baloh.matevz
hrefs". If on, it logs every link clicked. It may be useful for 'debugging' and
spotting malicious clients.
Anti-spam delay raised to 7 ticks. A little over half a second.
Revision: r3722
Author: elly1...@rocketmail.com
a single image, I may have caused it. Basically, null was getting put in the
overlays var at round start.
Fix for view-vars refreshing.
Revision: r3721
Author: elly1...@rocketmail.com
* Reordered alien whitelist. I mean, someone was on there twice!
* Tajarans get hungry 1.25 times as fast.
* Tajarans move slightly faster when cold.
* Tajrans heat up quicker, but cool slower.
* Soghuns get hungry 0.5 times as fast.
* Soghuns move slightly slower when cold.
* Soghuns heat up slower.
* Adds Skrell, they have their own language which is used by typing :k
* Adds soghun language that can be used by typing :o
* Skintone of all species can now be changed.
* Eye colour of all species, except Skrell, can now be changed.
* The preview picture in setup should now be fully accurate for non-human species (excluding Tajaran ears)
* Various fixes for talking, such as talking as your real name while unknown.
* Fixes pAI's universal translator not being universal.
* Added admin update mob sprite command, which should solve any buggy transformations.
* Fixes and slightly nerfs claw attacks.
* Cosmetic fixes for alien species
Any PDA that can access the Security Records can, via the forensic scanner
function (that was already there) store data on what was scanned, the same way
that the Detective's scanner can.
Scanning a PDA with said stored data in the Detective's computer-o-doom will
transfer the data from the PDA to the computer's database.
Made some area names improper as needed (Only ones where it makes sense to be
improper.)
Updated changelog.
Revision: r3713
Author: joeheinemeyer
Windoor construction
- You now require airlock electronics to build windoors.
- You can now completely de-construct windoor assemblies with a welder.
- Windoors built by assemblies start open. This is because Cheridan's awesome
construction sprite is in the 'open' position and it doesnt make sense for a
crowbar to insta-close them.
Revision: r3716
Author: johnsonmt88
-Glasses of Coffee, Ice, Iced Coffee, and Bilk now work properly, instead of
making glasses of ..what?
-New stun baton sprites.
-Sprites for windoor construction.
Revision: r3714
Author: d_h2...@yahoo.com
ZAS procs are now more standardized, needs more comments though.
Connections between zones now self-manage themselves, adjusting things if/when the turfs they are on change zones. (The check for this is very efficient and fast, but a bit hard to read codewise)
Zone share percent set to 4. Seems to work well.
* Added "Toggle Open" verb to all closets and crates
* Added "Toggle Lock" verb to all lockable closets
* Modified the cloning computer's UI slightly, makes more sense, added a little
delay when scanning to improve user feedback when trying to clone several
braindead bodies.
Revision: r3712
Author: daniel.cf.hultgren
- Steps required to make it:
- Step 1: Use 5 r-glass sheets to make the assembly
- Step 2: Add 4 rods to the assembly to reinforce it (optional)
- Step 3: Rotate the windoor or flip the direction it opens
- Step 4: Wrench the assembly to the floor
- Step 5: Add cable to the assembly
- Step 6: Use screwdriver to adjust wires (and access)
- Step 7: Use crowbar to finish
Airlock assembly
- Replaced sleep()s with do_after()s to properly detect whether the user has
moved away from the airlock or has put/throw away their tool while using it
Glass and Reinforced Glass sheets
- They now properly detect windows currently placed on the ground
- Removed unintentional (extra) for loops
Revision: r3710
Author: johnsonmt88
read.
Defined some clothing-overlay layers. The defines are float-layers. So they will
always appear above the mob they are overlaying. They can be found in setup.dm
This pretty much means you can change to order in which the icons are added to
the overlays variable without fear of eyes appearing above glasses and such. So
no more of these dumb bugs.
It also paves the way for selective clothing updates which should speed things
up a fair bit.
Revision: r3704
Author: elly1...@rocketmail.com