Commit Graph
17545 Commits
Author SHA1 Message Date
AtermoneraandGitHub 7b631c19f1 Merge pull request #5457 from PrismaticGynoid/colorblindnessforall
Lets people be colorblind
2018-08-01 09:01:27 -07:00
PrismaticGynoid 31e5769ff6 Whoops, worded that wrong 2018-07-30 22:08:31 -07:00
PrismaticGynoid 1a16d84bb5 Lets people be colorblind
Adds four types of colorblindness to the traits in the setup menu - protanopia, deuteranopia, tritanopia, and monochromacy. Previously, there were ones defined in the code, but not actually usable to players.
2018-07-30 21:33:16 -07:00
BaguetteandAtermonera e63a4e0788 Replaces Skrell namegen (#5453)
Created a first name list for Skrell, to replace the syllable assembler.

Created a surname list for Skrell to replace the syllable assembler.

Replaced the Skrell namegen with pre-written namelists, instead of the old syllable assembler.
2018-07-30 02:10:06 -07:00
AtermoneraandGitHub 0d13743d7d Merge pull request #5450 from Heroman3003/mining-cloak-fix
Fixed mining cloak not being in loadouts
2018-07-28 23:54:29 -07:00
AtermoneraandGitHub 6a8b0f36eb Merge pull request #5449 from Anewbe/booze
Speeds up alcohol ingested effects
2018-07-28 23:54:07 -07:00
AnewbeandAtermonera 1b173f98ac Admin Supermatter Setup now closes the monitoring room shutters (#5442)
* Admin Supermatter Setup now closes the monitoring room shutters

* Fixes a copy-paste error
2018-07-27 22:08:29 -07:00
AnewbeandGitHub e71451586c Merge pull request #5443 from PrismaticGynoid/somemorepaifixes
Two pAI fixes
2018-07-27 18:52:14 -05:00
Heroman3003 8d1ae5795b fixed mining cloak not being in loadouts 2018-07-28 09:13:43 +10:00
Anewbe 8f54bb1248 Speeds up alcohol 2018-07-27 17:17:07 -05:00
Anewbe 1975326570 Constant Chip has a sprite 2018-07-26 17:36:02 -05:00
PrismaticGynoid 176ecaae60 Unfolded pAIs can be picked up
Because who doesn't want a robotic cat on their head? Adds in the missing code to allow pAIs to actually be picked up, and held sprites for the newer 4 chassis options.
2018-07-25 22:02:17 -07:00
PrismaticGynoid cf6ae83965 Fixes 6 pAI faces
PAIs are no longer coded to only recognize 9 emotions. This enables the use of the neutral, silly, nose, smirk, exclamation points, and question mark faces as a pAI. Before, those buttons did nothing.
2018-07-24 21:04:17 -07:00
Neerti 066975bad0 Fixes some layering issues with trees, outdoor turf edges, and the targeting indicator. 2018-07-24 13:30:09 -04:00
AnewbeandGitHub 5ef98ad0a9 Merge pull request #5432 from Atermonera/reorganize_supplycontroller
Refactors supply controller
2018-07-24 10:03:20 -05:00
AnewbeandGitHub ebb4014e91 Merge pull request #5433 from Atermonera/fire_limit
Limits fire_stacks on mobs by temperature
2018-07-24 10:01:31 -05:00
AnewbeandGitHub 2bc1f3521b Merge pull request #5415 from VOREStation/vplk-port-fix-stairs
Fixes Stairs in BYOND 512.1436
2018-07-23 10:08:02 -05:00
NeertiandGitHub 632168c851 Merge pull request #5430 from Anewbe/onmob_gun_fixes
Fixes a few on-mob gun sprites
2018-07-23 01:52:20 -04:00
KasparoVvandAtermonera d59612028e Adds Marking Order Changing at Character Creation (#5429)
* Adds Changing Order of Markings

Clicking the back button on a marking will trade its place with the previous marking or move it to the end of the list if it's the first marking.

Clicking the forward button on a marking will trade its place with the next marking or put it in first before all other markings if it's last in the list.

* Changelog

Adds changelog.

* Buttons Only for >1 Marking

Only renders the layer-swap buttons when there is more than one body marking.

* Changes Button Labels to Proper Up/Down Arrows

Thanks Atermonera!
2018-07-22 18:34:52 -07:00
atermonera 1f88a7c574 Limits fire_stacks on mobs by temperature 2018-07-22 15:04:20 -07:00
atermonera 95398466de refactors supply controller 2018-07-22 13:44:44 -07:00
AtermoneraandGitHub c83c27b2c7 Merge pull request #5426 from Anewbe/deadringer_fixes
Fixes a few bugs associated with the Dead Ringer
2018-07-21 21:25:57 -07:00
Anewbe bee5c030ec Fixes a few on-mob gun sprites 2018-07-21 21:35:08 -05:00
AnewbeandGitHub 1862b359a7 Merge pull request #5425 from CameronWoof/beautiful-paperwork
Adds an indent formatting tag to paper
2018-07-21 14:36:51 -05:00
Mechoid 1c86de40ad Fixes anomaly suits being invisible. For realsies this time. 2018-07-21 01:09:42 -07:00
AtermoneraandGitHub b6f654b277 Merge pull request #5423 from Anewbe/dirt_floors
Implements ways to make floors not get dirty
2018-07-20 18:47:15 -07:00
AtermoneraandGitHub 086fca4201 Merge pull request #5421 from Anewbe/IWouldLikeWallsToLookNiceNowPlease
Mining turfs maybe probably possibly look nice all the time now I hope?
2018-07-20 18:44:59 -07:00
Anewbe 1f0973aa62 Fixes a few bugs associated with the Dead Ringer 2018-07-20 17:50:48 -05:00
Cameron!andGitHub c929321c78 Adds an indent formatting tag to paper
Pretty simple. Typing [tab] will insert a bunch of space characters that won't automatically be collapsed by html or sanitation. Useful for properly indenting paragraphs, where it used to be impossible.
2018-07-20 14:49:20 -04:00
Anewbe 56c9db18e0 Implements ways to make floors not get dirty 2018-07-19 17:21:39 -05:00
Anewbe 5d13328a94 Mining turfs maybe probably possibly look nice all the time now I hope? 2018-07-18 22:20:45 -05:00
NeertiandGitHub a368342ce6 Merge pull request #5416 from Anewbe/aooc_fix
Hopefully fixes seeing and hearing AOOC bug
2018-07-18 15:10:40 -04:00
AnewbeandGitHub e931011cb4 Merge pull request #5417 from kartagrafi/patch-1
Gender name adjustments
2018-07-17 21:13:50 -05:00
Jonathon KeyandMechoid 7d6e8bc9b7 Adds new AI core sprites (#5396)
* Adds new AI core sprites

* Added an overlooked sprite, gentoo

* Fixes define issue with Triumvirate

* Changes names of 2 sprites

* Changelogs are strange
2018-07-16 15:18:54 -07:00
kartagrafiandGitHub a4b3745e4b Gender name adjustments
for the sake of accuracy and making sense, this changes "gender identity" to "pronouns", and "biological gender" to "biological sex". could also just change it to "sex", but i feel like "biological sex" is clearer for the uninitiated.
i don't know shit so if there's anything broken in here, please lmk, though it's just names so there shouldn't be a problem
2018-07-16 22:37:02 +02:00
Anewbe c40811d4bd Hopefully fixes seeing and hearing AOOC 2018-07-16 13:41:52 -05:00
Leshana 39e24ef664 Fixes Stairs in BYOND 512.1436
BYOND no longer calls Uncross reliably on stairs, to fix this we switch
to using CheckExit and Bumped.  This solution is probably the right way to
do it anyway.
2018-07-16 11:04:39 -04:00
AnewbeandGitHub e98b95baf9 Merge pull request #5386 from Mechoid/End_The_Tyranny_Of_Chemistry
Add a procedure for repairing limbs via surgery.
2018-07-14 14:56:46 -05:00
AtermoneraandAnewbe e70fb213ed Adds roofing tiles (#5409)
* Adds roofing tiles
They're used to place plating overhead without going up a floor
And to remove weather effects

Changing a turf will correctly inherit the old outdoors variable, so that roofing tiles can check it when deciding whether to roof an area

* Adds roofing tiles
They're used to place plating overhead without going up a floor
And to remove weather effects

Changing a turf will correctly inherit the old outdoors variable, so that roofing tiles can check it when deciding whether to roof an area
2018-07-14 14:24:18 -05:00
gozulioandAnewbe 07dfd5211b R-UST Fixes. (#5410)
R-UST Consoles can now be Deconstructed.
R-UST Consoles will not be inaccessible if broken or unpowered.
R-UST Consoles now accurately feed back if they're unpowered or broken.
R-UST Fusion field can no longer be stared at to hard by the AI.
2018-07-14 14:15:39 -05:00
drexampleandAnewbe 78f359c0f1 Dead Ringer + PoI (#5317)
* fixed photos

* Revert "fixed photos"

What was I thinking?

* Added stopwatch, deadringer, cultist mob and PoIs for them.
Made simplemobs ignore invisible people.

* Organ deletion fix.

* Test

* projectile fix + time adjustment

* initialize crate change

* Changed cultists into semi-transparent ghost people

* Removed Stopwatch for a separate PR

* Removed stopwatch trace

* removed cultists from dme

* Removed Stopwatch PoI

* Clean up unused files / stopwatch addition

* Replaced sounds with stock ones from
freesound.org
Removed icon modifications
Grammar fix
Removed unused sound files

* PoI tweaked

* Removed unused area
2018-07-14 14:15:08 -05:00
AnewbeandAtermonera 8f9e817bf0 Language and Larynx Additions (#5402)
* Various Language Improvements
2018-07-13 21:13:47 -07:00
avabeeandAnewbe b3cbd77cee Fixes a bug with integrated circuit printers. (#5407)
* Fixes a bug with integrated circuit printers.

This fixes a bug where tools, implants, and presumably (though i have yet to test it) device assemblies cannot be printed from the integrated circuit printer.
This is a much more robust solution for the print-anything bug than the previous one, as it expands the cost to the w_class of objects in it as well as lets you print anything in the current category. (This may be an issue when two people use it at once, but I mean, just learn to take turns or something.)

* closing parenthesis

oops
2018-07-12 15:16:09 -05:00
NeertiandGitHub 7654a6b542 Merge pull request #5406 from Mewchild/MC-Toysuit
Fixes invisible toy
2018-07-12 14:17:12 -04:00
Mewchild 2971547c18 Fixes invisible toy 2018-07-11 09:09:10 -05:00
Mechoid 4b7896678a Add a procedure for repairing limbs via surgery. 2018-07-10 23:48:14 -07:00
KatesandAnewbe 535cca9d0e Saber fix. (#5384)
* Saber fix.

* Saber fix 2: Electric boogaloo

* parenthèse

* "And another one"

* Actually fixes the indentation

* Balance revert
2018-07-10 23:49:11 -05:00
Anewbe 92b0a773f7 Adds a proc to organs that finds clothing covering said organ 2018-07-09 21:28:11 -05:00
NeertiandGitHub a7789447e0 Merge pull request #5398 from Mechoid/CablePrints
Cutting cables will now transfer fingerprints.
2018-07-09 11:38:44 -04:00
Anewbe 0bc7467596 Taj Sign Language works 2018-07-09 00:29:19 -05:00