Commit Graph

25101 Commits

Author SHA1 Message Date
Spades
56cafd3e01 Merge pull request #716 from Cameron653/master
Fixes taursuits for real this time.
2016-11-09 20:03:44 -05:00
Cameron653
492b3a9d23 Update armor_vr.dm 2016-11-09 16:21:24 -05:00
Cameron653
6140d1234d Fixes taursuits? 2016-11-09 16:19:55 -05:00
Spades
1c4a0cefc9 Merge pull request #715 from VOREStation/screepr
Fix Scree's fluff item issue
2016-11-09 15:19:56 -05:00
Arokha Sieyes
fa8a20d944 Switch floodlights to smaller battery item
It was already just editing the charge to the exact same values as the non-high power cell. Why give it a high-power cell? So silly. And misleading if you take the cells and put them other places.
2016-11-09 13:13:39 -05:00
Arokha Sieyes
78014b957c Merge pull request #709 from Cameron653/master
Enables SilencedMP5A5's custom items. Taursuit bugfix.
2016-11-09 12:29:04 -05:00
Arokha Sieyes
8060a265da Fix Scree's fluff item issue
I couldn't update his PR so I did my own. It turns out that the if(..()) thing is how all the other can_mob_equip things handle their calls to ..() so we'll just do that too. Also I named my things backwards, derp.
2016-11-09 12:22:59 -05:00
Anewbe
9664e09ae7 Turban doesn't cover beard 2016-11-08 20:43:54 -06:00
Anewbe
2f1cdf2454 Merge pull request #2706 from Anewbe/antag
Surplus crates will no longer make more surplus crates
2016-11-08 19:31:44 -06:00
Anewbe
c20d629e61 Merge pull request #2707 from Anewbe/borgshock
Fixes borg shocks
2016-11-08 19:28:17 -06:00
Anewbe
48f654893b Merge pull request #2651 from Anewbe/sting_log
Ling stings and absorb are logged
2016-11-08 19:28:09 -06:00
Leshana
24ce98c89c Fix world/Topic()'s manifest to include synthetics like datacore.dm
* The world/Topic() bot integration API's manifest output uses the same logic as datacore's get_manifest(), except it omits the part that includes synthetics.  The `set_names` variable clearly shows bots are intended to be included, they are just arent.
* Copying the logic from datacore.dm ensures a consistent view of bots and AI.
2016-11-08 16:59:52 -05:00
Cameron653
f2df54c60b Fixes taur armor
I hate using the github website since it creates a mass of commits, but this isn't a big enough change to open it all up in github.
2016-11-08 14:16:18 -05:00
Cameron653
a868a7f679 Fixes taursuits while I'm at it 2016-11-08 14:14:31 -05:00
Cameron653
371be00963 Update custom_items_vr.dm 2016-11-08 14:11:19 -05:00
Cameron653
cbec44928b Fixes all the problems. Hopefully ..() works
Going to test this real quick
2016-11-08 14:08:02 -05:00
Anewbe
521a79450b Shriek emp is logged again 2016-11-07 21:40:50 -06:00
Anewbe
940ecb2b80 Surplus crates will no longer make more surplus crates 2016-11-07 21:07:57 -06:00
Anewbe
5bb82a0e25 Fixes borg shocks 2016-11-07 20:45:15 -06:00
Cameron653
f2bb3989d5 Adds 2016-11-07 20:35:04 -05:00
Screemonster
14f64dd876 Custom items for Jemli 2016-11-07 03:57:21 +00:00
Cameron653
76e798cddc Update custom_items_vr.dm 2016-11-06 21:29:58 -05:00
Anewbe
4b913b9353 Merge pull request #2702 from redstryker/RememberRemember
Guy Fawkes Mask
2016-11-06 17:54:11 -06:00
MagmaRam
660b22101b Fix for health analyzers only showing multiples of 100% for health. 2016-11-06 16:55:49 -06:00
Spades
e126d5b11d Merge pull request #705 from VOREStation/discord-integration
Discord integration
2016-11-06 12:11:18 -05:00
redstryker
c8bf4cfce2 Changelog and Inventory Flags 2016-11-05 18:12:11 -04:00
redstryker
87d7d05048 Guy Fawkes Mask 2016-11-05 18:07:29 -04:00
JoanRisu
c4a0a306b1 Thanks, Travis 2016-11-05 07:26:19 -07:00
JoanRisu
25533ab015 Added a bunch of items.
+Adds Octavious suit, coat, cane, bowler hat, and mask
+Adds new .357 flash, rubber, stun ammunition.
~Changes Tasald's .38 SA to .357 SA because the SA code isn't broken anymore. Permit changed to reflect this. Also changes default ammo to rubber.
+Jacob Dragon's Earthen Breath items
~Added the following already in-game items to the spawn list:
+Serkii's bunny slippers
+Killjaden's character Lassara's Knife Harness
+SilverTalismen's character Tasy Ruffle's sexy clown stuff
+Viveret's character Silentio sexy mime stuff

+Added sprites for:
+Zaeperry99's character Lexi's Prayer mat
+Viveret's character We-B's holopen
2016-11-05 07:10:15 -07:00
Anewbe
e8b2be4447 Merge pull request #2701 from SpadesNeil/xenoarch-voidsuit-speed
Nerfed Xenoarch Space Suit Slowdown
2016-11-04 23:04:15 -05:00
Spades
9630a76d3b Nerfed Xenoarch Space Suit Slowdown
Seriously, why the hell is this suit such a nightmare to move around in?
Mechanically, it has ZERO armor besides bio/radiation protection, and
the only real perk of it is that it's space worthy.

Xenoarcheology is just tedious and annoying with these dumb suits being
so clunky, so I've eliminated the slowdown to only slow you down as much
as voidsuits.
2016-11-04 22:17:45 -04:00
Leshana
6b26f620c2 Add discord integration for faxes
* Transmit a message to a webhook that sends a message to discord when an admin fax is sent.
* Its not feasible to send the text of the fax (considering it might be just a picture!) to discord, so instead we export it to a file, and discord links back to it.
* Obviously to fully work this also requires a webhook script and webhosting of the faxes folder.
2016-11-04 21:58:25 -04:00
Leshana
7dbdfdda01 Load virgo-specific configuration parameters from config.txt 2016-11-04 21:58:25 -04:00
Leshana
8710e0f926 Fix faxes color coding by destination actually working.
* This was probalby once a switch and broken by whoever put in the boss_name thing.  But yeah, obviously this code won't work as is, so lets fix it.
2016-11-04 21:58:25 -04:00
Arokha Sieyes
cb4d63879f Travis doesn't understand COMMENTS I guess 2016-11-04 16:12:09 -04:00
Arokha Sieyes
d100c30821 Merge branch 'master' of https://github.com/PolarisSS13/Polaris into novearlysync
# Conflicts:
#	html/changelogs/.all_changelog.yml
#	icons/mob/hud.dmi
#	maps/polaris-1.dmm

Fake conflicts from a merge error previously. No real conflicts.
2016-11-04 15:42:32 -04:00
Arokha Sieyes
9c47d2d7e7 Merge pull request #701 from VOREStation/synthsprites
FBP/Synth wound sprite updater
2016-11-04 15:36:13 -04:00
Arokha Sieyes
919c5f1962 Merge pull request #691 from VOREStation/itemswap
Swap 'Give' dialog buttons
2016-11-04 15:32:28 -04:00
Arokha Sieyes
bc2a51c64f FBP/Synth wound sprite updater
It returned before it got to the bottom with robotic limb repair, which would leave the wound sprites on them unless an admin forced an icon update on them. So now we update them just like we do for organics a few lines below when wound levels change.
2016-11-04 14:24:42 -04:00
Arokha Sieyes
1be4d0a019 FBP/Synth wound sprite updater
It returned before it got to the bottom with robotic limb repair, which would leave the wound sprites on them unless an admin forced an icon update on them. So now we update them just like we do for organics a few lines below when wound levels change.
2016-11-04 14:24:15 -04:00
Anewbe
2ca61948a5 Merge pull request #2692 from Anewbe/slowdown_fixed
Species var to ignore the effects of item slowdown
2016-11-02 16:30:01 -05:00
Anewbe
eb7aae0a96 Merge pull request #2690 from Anewbe/huge_mob
Adds another mob_size class
2016-11-02 16:29:44 -05:00
Anewbe
f16e515cf7 Merge pull request #2697 from VOREStation/barking
Adds "Intercom Msg" admin verb
2016-11-01 22:06:23 -05:00
Arokha Sieyes
e3e8ca61c0 Adds "Intercom Msg" admin verb
Allows an admin to fabricate radio messages, like the arrivals announcements, but with arbitrary sender and message content, as well as being on any channel.
2016-11-01 19:56:31 -04:00
Spades
24fa7d761c Merge pull request #667 from Cameron653/master
Makes Diona a whitelisted race
2016-10-30 17:39:53 -04:00
Anewbe
da77d7d511 Merge pull request #2682 from Yoshax/danktreememes420swagit
NO_POISON or IS_PLANT now grant hallucination immunity
2016-10-29 21:20:23 -05:00
Anewbe
18b15163f6 Fixes some surgery bugs 2016-10-28 23:19:27 -05:00
Atermonera
ac064b0717 Fixes #2643, v2 (#2693)
* Fixes #2643, unifies list syntax within /code/modules/clothing/suits/jobs.dm

* Capitalizes "Hush" in chaplain's hoodie examine text.

* Pulls Anewbe's Sec Gear Tweak changes, should resolve the conflicts.

* Ok, now I think I did it. Forgot to add cigarettes and lighters to the forensics jacket inventory.

* Forgot a comma, thanks Yosh

* Revert fix. I'm a donk

* Properly reverts fix for #2643

* Fixes #2643

* Unifies List syntax within /code/modules/clothing/suits/jobs.dm

* Config snuck into a commit
2016-10-28 22:29:18 -05:00
Anewbe
6fd82d6d3f Adds in a var that allows species to ignore the slowdown effects of items 2016-10-28 17:02:29 -05:00
Anewbe
4130719b3b Merge pull request #2683 from Yoshax/EfficientClosets
Adds subtype friendly method to populate crates.
2016-10-28 11:07:37 -05:00