Commit Graph
4684 Commits
Author SHA1 Message Date
Aronai SieyesandGitHub f6d65ec0b8 Merge pull request #3114 from VOREStation/aro-matweak
Tweak MA constructor
2018-02-24 14:43:26 -05:00
Arokha Sieyes 19cffffdc3 VS: Synth goggles in survival box 2018-02-24 14:14:35 -05:00
Leshana 4ebbf1ce7a Merge branch 'master' of https://github.com/PolarisSS13/Polaris into polaris-sync-2018-02-24
# Conflicts:
#	maps/southern_cross/southern_cross-1.dmm
2018-02-24 13:19:10 -05:00
Arokha Sieyes 542bb57d0d POLARIS: Tweak weird MA override
Not sure when this is used, but Leshana had a good suggestion for preventing it interfering with things.
2018-02-24 13:13:10 -05:00
AnewbeandGitHub 2553edc2a0 Merge pull request #4932 from VOREStation/pol-box2
Small tweak to survival boxes
2018-02-24 11:02:07 -06:00
SchnayyandAnewbe 8ccf0f7532 AlliCo Hallmark Goods (#4887)
* Adds the gift vendor, AlliCo Hallmark Goods, ran the name by Elgeon beforehand. Is a delightfully gaudy vending machine placed in the locker rooms. The coffee machine was removed and the sweatmax moved to take it's place so the gift vendor is next to the laptop and cigarette vendors. Prices were based off of the SweatMax vendor.

Before: https://i.gyazo.com/0d6758fc8a469fea6e340b5937b95f82.png
After: https://i.gyazo.com/ab21b6ff7ed012786d475b71f1ec180e.png

Vendor will normally dispense:
- Heart box chocolates
- Bouquets
- Cheaper fake bouquets
- Each of the 4 cards previously added.
- All the therapy dolls.

Will dispense the following with a coin:
- All small plushies
- Newly added trinket box.

Will dispense the following when hacked:
- Gilthari Luxury Champagne
- Plans to add a handbuzzer in the future but not right now.

Items & Reagents added:

- Champagne. Is not a mixable reagent, listed as a child of wine.
- Gilthari Luxury Champagne. Contains said reagent.
- Trinket box. Think an engagement ring box, except it can also hold coins and medals. May be toggled open/closed, when opened it's description will say what's inside. Can only hold one item. Thanks to Mechoid for helping me code this mess. https://i.gyazo.com/7a16faada015ef0795a4db2ec6429e68.png
- Also goes in and fixes a small bug with the heart box saying it contains donuts when it does, in fact, not contain donuts.

Side note, mapping things in is scary!!!

* In the process of fixing the map merger nonsense w/ mechoid's help.

* We're almost there lads.

* If this doesn't work I'll cry.

* Changes name to AlliCo Baubles and Confectioneries, fixes conflict (hopefully), and adds friendship bracelets to vendor.

* REVERTING ITEMS.DMI. Attempting to fix conflict.

* Recommitting items.dmi

* One last attempt to fix the conflict before I make some bigger changes to get this through.

* Removed conflicting file and committed out calls on the sprite. Will readd in separate PR.

* now with 20% less silly
2018-02-24 11:01:23 -06:00
Arokha Sieyes 9bc7510e26 POLARIS: Tweak weird MA override
Not sure when this is used, but Leshana had a good suggestion for preventing it interfering with things.
2018-02-24 11:44:57 -05:00
AnewbeandGitHub d92fb517cd Merge pull request #4936 from VOREStation/vplk-sundry-fixes-feb
Sundry Bugfixes - Feburary
2018-02-23 23:53:03 -06:00
Leshana 30454ccdc3 Merge branch 'master' of https://github.com/PolarisSS13/Polaris into polaris-sync-2018-02-23
# Conflicts:
#	code/game/jobs/job_controller.dm
#	code/game/machinery/oxygen_pump.dm
#	code/game/objects/items/weapons/storage/firstaid.dm
#	code/game/objects/structures/crates_lockers/closets/secure/security.dm
#	code/modules/mob/new_player/new_player.dm
#	code/modules/organs/internal/eyes.dm
#	html/changelogs/.all_changelog.yml
#	maps/southern_cross/southern_cross-1.dmm
#	vorestation.dme
2018-02-23 21:55:42 -05:00
Anewbe 4f6074f2ae Further Package Bomb adjustments 2018-02-23 20:48:30 -06:00
AnewbeandGitHub 328a7c54df Merge pull request #4926 from VOREStation/vplk-gas-turbine
Make gas turbine constructable and operational
2018-02-23 13:16:56 -06:00
Arokha Sieyes 9e20ead03a Small tweak to survival boxes
Synths start with a unique empty type rather than just an unnamed cardboard box, and don't get a tank or the comprehensive supplies (the only useful thing would be the glowstick, but there are a billion of those).
2018-02-23 11:51:11 -05:00
AtermoneraandGitHub 0f2ef45d71 Merge pull request #4922 from Anewbe/flashbang_stun
Should actually fix the flashbang thing, hopefully without a billion extra commits
2018-02-22 20:11:02 -08:00
AtermoneraandAnewbe 4e9a1a0fba Unobfuscates GPS locations (#4910)
* Makes GPS units more useful, adds helper to give more useful dir strings

* Re-obfuscates PoI gps locations

They keep adir direction though, so finding them should generally be easier

* Re-obfuscates PoI gps locations
2018-02-22 22:10:18 -06:00
AtermoneraandAnewbe 410aca398e Adds halogen counter tool, adds gas scanner to analyzers (#4903)
* Adds halogen counter tool, adds gas scanner to analyzers

* Appeases travis

* Missed a tag
2018-02-22 15:01:25 -06:00
Leshana a1bfd1fb46 Make gas turbine constructable and operational
* Make gas turbine constructable, as well as modernizing its code. Borrowed some from /tg
* Converted the gas turbine control computer to nano ui.
2018-02-22 15:43:38 -05:00
Leshana 32c177b66f Stop candles from messaging the universe when they light. 2018-02-22 15:25:39 -05:00
Leshana 581bee4909 Fix runtime when clicking RCD on almost anything.
- get_base_turf_by_area() must only be called on turfs!
2018-02-22 15:25:33 -05:00
Leshana 1c7a9c6837 Fixes VOREStation/VOREStation#3075 - Boxes of Chocolates say they contain donuts. 2018-02-22 15:25:33 -05:00
Aronai SieyesandGitHub 0d4452e78f Merge pull request #3098 from VOREStation/vplk-candles
Stop candles from messaging the universe when they light.
2018-02-22 12:27:58 -05:00
Aronai SieyesandGitHub 94cdc508bc Merge pull request #3068 from VOREStation/vplk-timeclock-i
Adds Timeclock Terminals: A machine for viewing your PTO balance.
2018-02-22 12:27:09 -05:00
Leshana effd302072 Stop candles from messaging the universe when they light. 2018-02-22 10:17:49 -05:00
Anewbe 51420a0aa7 Flashbangs no longer Stun() 2018-02-22 02:20:25 -06:00
AnewbeandGitHub 251535e766 Merge pull request #4913 from Cyantime/patch-2
Robot upgrade fixes
2018-02-21 23:08:48 -06:00
AnewbeandGitHub 01ae959020 Merge pull request #4865 from Atermonera/umbrella
Adds umbrellas
2018-02-21 23:06:44 -06:00
AnewbeandGitHub c06fe44755 Merge pull request #4907 from VOREStation/pol-spybugs
Make spy bugs spawn spy cameras
2018-02-21 22:40:03 -06:00
AnewbeandGitHub 21592606b7 Merge pull request #4898 from Mechoid/Mining_Optimization
Mining Bag / Box Speedification
2018-02-21 16:15:16 -06:00
BillyBanglesandAnewbe 5486edf567 Adds various cabin-related things. (#4888)
* adds fireplace, makes bonfire generate heat

kinda, anyways

* adds sifwood tiles, fixes old blue carpets

old blue carpets are now known as "teal carpets." they still come in the
carpet crate from cargo.

* lets you dig up tree stumps with shovels

* changelogs in the house

* adds a delay to digging up stumps

digging up stumps is easier said than done
2018-02-21 15:45:01 -06:00
CyantimeandGitHub b0a8ebcbb7 Robot upgrade fixes 2018-02-21 13:12:34 -05:00
AnewbeandGitHub dfdafddaa9 Merge pull request #4897 from VOREStation/pol-analfix
Fix health analyzer names
2018-02-21 10:03:09 -06:00
AnewbeandGitHub a6653bf00a Merge pull request #4896 from VOREStation/pol-qdels
Fix several Destoy()s
2018-02-21 10:01:23 -06:00
AtermoneraandGitHub a34b28a240 Merge pull request #4885 from Anewbe/package_bombs
Tones down package bombs
2018-02-21 00:34:59 -08:00
Arokha Sieyes 20c145aafc Make spy bugs spawn spy cameras
They are just using New() from their parent which spawned a normal camera. Now they store a type.
2018-02-20 23:29:59 -05:00
Arokha Sieyes 3fdafb7194 Rename medical scanners and update map 2018-02-20 19:25:31 -05:00
Mechoid d3cc476eb0 Un-fub comments. 2018-02-20 13:57:51 -08:00
Mechoid a2c30eb699 Merge branch 'master' of https://github.com/PolarisSS13/Polaris into Mining_Optimization 2018-02-20 12:58:38 -08:00
Mechoid 8a3dcc5cc1 Makes Mining Satchels brute-force their way out of lagging, minerborg prodding. 2018-02-20 12:58:13 -08:00
AnewbeandAtermonera 25a1f47a30 Headset sprites, planetside headset functionality (#4869) 2018-02-20 12:36:22 -08:00
Arokha Sieyes 0c0f09fe68 POLARIS: Fix several Destroy()s 2018-02-20 10:00:23 -05:00
Arokha Sieyes a75cfe0eb1 POLARIS: Fix several Destroy()s 2018-02-20 00:20:46 -05:00
Aronai SieyesandGitHub 7cae95d35c Merge pull request #3080 from VOREStation/aro-exbox
Explorer box gets goggles
2018-02-19 17:23:10 -05:00
Anewbe 14196a9404 Tones down package bombs 2018-02-19 15:45:21 -06:00
Arokha Sieyes 3841dde58c Explorer box gets goggles 2018-02-19 16:16:52 -05:00
AnewbeandGitHub 9c1645257b Merge pull request #4875 from VOREStation/pol-boxes
Moves most boxes to use starts_with
2018-02-19 13:57:23 -06:00
Leshana 805b7f7b78 Make gas turbine constructable and operational
* Make gas turbine constructable, as well as modernizing its code. Borrowed some from /tg
* Converted the gas turbine control computer to nano ui.
2018-02-18 21:21:50 -05:00
Leshana 31b8e30aac Adds Timeclock Terminals: A machine for viewing your PTO balance.
* Timeclock machine and NanoUI template.
* Circuit board for construction.
* Frame datum for construction on walls.
* Sprites by VerySoft
2018-02-18 20:42:22 -05:00
Arokha Sieyes 9f74137a87 VS: Specific changes for boxes and pumps 2018-02-18 19:38:01 -05:00
AnewbeandAtermonera 3e51ed06cf Cryobag oxygen supply increased (#4866) 2018-02-18 11:48:30 -08:00
Arokha Sieyes 3178b95b6c POLARIS: Moves most boxes to use starts_with 2018-02-18 13:29:21 -06:00
Arokha Sieyes cabe2676e9 POLARIS: Moves most boxes to use starts_with 2018-02-18 13:03:05 -06:00