Commit Graph

22290 Commits

Author SHA1 Message Date
oranges 1759b4dc50 Merge pull request #27221 from Profakos/orefix
Fixes the ore redemption machine's sheet amount upgrade
2017-05-15 11:43:05 +12:00
coiax 7d84cb9ad8 Fixes engraved messages (#27186)
* Fixes engraved messages

🆑 coiax
fix: Curator soapstones now successfully leave messages for future
shifts.
del: Soapstones can no longer be purchased in cargo.
del: The janitor no longer starts with an empty soapstone.
experiment: Engraved messages can be left anywhere in the world, but be
wary that the terrain of places like lavaland and space can change shift
to shift.
/🆑

- Curators are now the sole owners of soapstones at shift start. This
means that a huge cargo point bounty shift will not overwhelm the
station with messages.
- Curators have an additional thing to curate.
- All the snowflake name bullshit is dumb, they're called soapstones,
they're plasma bluespace chisels, okay

* Fun messages for the log

* Log world

* Good to go
2017-05-14 21:50:16 +02:00
Joan Lung d8103e6696 Glowshrooms have a less saturated glow (#27217) 2017-05-14 13:30:55 -03:00
octareenroon91 9a9b4b66d0 Enable Ambrosia Gaia, attempt balance (#27244)
* Improve Gaia

alea acta est

* Remove Gaia from attackby

* Move Gaia behavior to reagent addition

* Enable mutation between A Deus and Gaia.
2017-05-14 11:45:20 -04:00
uraniummeltdown 807f9e77ab brings back gaia mutation (#27216) 2017-05-14 11:42:22 -04:00
Jack Edge 53a6070db9 Random manuals 2017-05-14 16:39:17 +01:00
Jack Edge 7c5ae844bb Use a charge when beating people 2017-05-14 15:55:52 +01:00
Jack Edge 97194e020e Capitalize to make it more like normal speech 2017-05-14 15:55:52 +01:00
Jack Edge 3774bb6744 Use language icons 2017-05-14 15:55:52 +01:00
Jack Edge bf8bffcbe0 Codespeak language and manual
🆑 coiax
add: Syndicate agents can purchase a "codespeak manual", that teaches
them a language that sounds like a series of codewords. You can also hit
other people with the manual to teach them. One use per manual.
add: Nuclear operatives have access to a deluxe manual that is more
expensive but has unlimited uses.
/🆑

- DNM until we have language icons
- Syndicate codespeak only displays the language icon if you KNOW the
language, so you cannot tell the difference between someone just
shouting random codewords on the radio, and someone actually using the
language.
- Modifies generate_code_phrase to optionally return a list of words,
rather than a preformatted string.
- Codespeak manuals turn into random books after being used.
2017-05-14 15:55:52 +01:00
swindly 13e5e70b55 Buffs nitrous oxide (#27208) 2017-05-14 09:38:35 -03:00
Leo 6abce7443f Merge pull request #27200 from coiax/nom-mushrooms
Goats eat glowshrooms
2017-05-14 09:37:38 -03:00
TrustyGun ac51badffd Petting is better (#27215) 2017-05-14 09:36:19 -03:00
Mr Potato Shaman f2d2b874d1 Typo Fix 2017-05-13 22:51:26 -05:00
Leo 4245e03b07 Merge pull request #27199 from coiax/buy-me-a-cape
Free Golems can purchase their own royal capes
2017-05-13 23:17:00 -03:00
Leo 5bd4911358 Merge pull request #27203 from ChangelingRain/vesselfix
Soul Vessels now have the proper laws
2017-05-13 23:15:22 -03:00
McBawbaggings 59c1b48f13 SMES units now accept charge even if the available input is less than the input rate. 2017-05-14 00:32:00 +01:00
FantasticFwoosh 9af391cecf Removes implied src
Playtested works out ok.
2017-05-13 21:35:48 +01:00
Profakos ac1d1c04fb Missing upgrade 2017-05-13 19:34:42 +02:00
Ian Turk fa4a54c43a Fixed not being able to sell research disks, and being able to re-sell disks by sending low-tech disks to reset the levels 2017-05-13 10:00:59 -06:00
kevinz000 7fda11e7b4 Gives the clown a pie cannon, also improves pneumatic cannons (#27114) 2017-05-13 12:01:39 -03:00
Tacolizard 9f5576af4c Buffs honey (#27148)
* initial

* balance

* there
2017-05-13 07:41:41 -06:00
TehZombehz 97658ae878 Adds Several Butter-filled Foods (#27169)
* Adds some recipes that require butter

Adds butter noodles, butter biscuits, buttered toast, and pigs in a
blanket as craftable foods.

* Spelling

Piece of toast.
2017-05-13 07:38:41 -06:00
coiax 35d0046899 Servant golems do not have special names (#27171)
🆑 coiax
add: Servant golems now follow the "Material Golem (123)" naming scheme.
/🆑

How to tell the difference between a free and a servant golem. The Free
Golem has a cooler name.

- Also some tidying of golem code, no gameplay changes.
2017-05-13 07:37:50 -06:00
Leo 4db2efa0b4 Merge pull request #27173 from Cyberboss/patch-76
Fixes something not using create_reagents
2017-05-13 10:35:41 -03:00
Cyberboss ac11813bad Cleans up some Initializes (#27174) 2017-05-13 07:35:18 -06:00
QualityVan a6fba96473 Fixes pizza box icons (#27175) 2017-05-13 07:34:30 -06:00
Cyberboss d351c4aff6 Fixes an overlays runtime (#27180) 2017-05-13 07:33:55 -06:00
Cyberboss 4f41b46271 Clipboard Initialize + GC fixes (#27181) 2017-05-13 07:33:35 -06:00
Iamgoofball c583a3a8ec Fixes tech disk duping (#27100)
see title
2017-05-14 00:19:32 +12:00
Iamgoofball 448d3bc89e Balances Exports finally (#27099)
* Balances Exports finally

Exports have a basic sense of maximum amount, lowering by 1% in value for every sale, raising in 0.1% every 2 ticks up to it's max

* Update exports.dm

* Adds consistent marginal cost function (with decreasing marginal returns) and its associated antiderivative for total cost

* Tweaks get_cost procs and other properties in accordance with the new cost function

* Removes undefined vars causing errors

* Tweaks crates cost property

* I hate MINERAL_MATERIAL_AMOUNT AKA minor snowflake refactor

* Fixes price elasticity comments

* Changes var kelasticity to k_elasticity for better readablity

* Removes meme math obfuscation
2017-05-14 00:19:05 +12:00
FantasticFwoosh bb4e7fcfb3 Adjust weed invasion for starthistle
seed/weed is now seed/starthistle in accordance to changes to the weed plant in grown misc
2017-05-13 11:57:00 +01:00
FantasticFwoosh 6f4eb8b9cb Updates and fleshes out "weeds" into starthistle
Seeds/Weeds is now referred to as seeds/starthistle, it has undergone description changes, statistical changes (nerfed lifespan, added yield & potency) & also re-enabled use of its broken tray sprites. Finally it has a adopted new system where it will return seeds instead of dispense produce like a replica plant.
2017-05-13 11:51:16 +01:00
Jack Edge 032649e6c8 Goats eat glowshrooms
🆑 coiax
add: Goats on the station have developed a taste for glowshrooms, and
will eat them if they encounter any.
/🆑

Glowshrooms are hard to get rid of, so let's add some additional plant
destroying abilities to the chef's goat. Hope he didn't butcher it into
meat!
2017-05-13 10:47:23 +01:00
Iamgoofball f9ebdf1b41 Disables Gaia mutation (#27144) 2017-05-12 21:30:00 -04:00
Joan Lung 3c76f62bde Soul Vessels have the proper laws 2017-05-12 18:44:26 -04:00
Jack Edge 22d641749c Free Golems can purchase their own royal capes
🆑 coiax
add: Free Golems can purchase Royal Capes of the Liberator at their
mining equipment vendor.
/🆑

- Golems can send ambassadors with their own capes to the station.
- Capes are cool.

- 500 seems enough for a completely non-combat item.
2017-05-12 22:00:47 +01:00
KorPhaeron 752e25d417 Zombies can see in the dark (#27152) 2017-05-12 17:57:07 -03:00
Robustin 889eefdca5 more gang guns 2017-05-12 16:04:44 -04:00
Cyberboss b888c2ee57 Fixes something not using create_reagents 2017-05-12 09:13:47 -04:00
coiax dfc04482ee People can be cloned from heads or brains (#27068) 2017-05-12 08:06:42 -03:00
Robustin 1a76285d1c Decentralization and Gang Clothes 2017-05-12 00:54:09 -04:00
Joan Lung 2daff3ab8a Wraiths now refund part of Phase Shift's cooldown by attacking (#27119) 2017-05-11 22:39:18 -03:00
Joan Lung 15cd77d3ae Manifest Spirit is better for summoning cannon fodder but slightly worse for instantly summoning Nar-Sie (#27104) 2017-05-11 22:38:21 -03:00
XDTM 122c1e79a8 Plasma golem tweaks (#27129) 2017-05-11 16:54:06 -03:00
Cyberboss 0bde4a75e9 Cleans up meter's Initialize (#27127) 2017-05-11 16:53:43 -03:00
Cyberboss 1c4cd11c55 SDQL cleanup (#27118) 2017-05-11 12:34:42 -03:00
duncathan salt b55f4f4563 Canisters only notify admins if they contain a meaningful amount of dangerous gas when opened (#27107) 2017-05-11 10:13:12 -03:00
Leo 9d87422af2 Merge pull request #27097 from ma44/master
Wooden planks now sell for 50 instead of 25 cargo points
2017-05-10 17:50:30 -03:00
TehZombehz 266159cc09 Adds Sticks of Butter, Mayonnaise, and Mix function to grinder (#27098) 2017-05-10 17:47:46 -03:00