Commit Graph

2511 Commits

Author SHA1 Message Date
Aronai Sieyes 33f4048e41 Merge pull request #3180 from Konabird/RischiEgg
Fixes Rischi's egg implant to actually work
2018-03-05 18:35:34 -05:00
Verkister 6e816a3517 A whole bunch of vore related fixes.
-Fixes prey not hearing gurgles from inside the gut.
-Prey now gets it privately in full glory.
-Tweaked the miniscule vore sound falloff that made things barely audible at all. People not in the immediately adjacent tiles may hear some faint noises if they listen intently enough, but that feels like a less of a problem compared to the stuff being barely hearable on ground zero tile.
-Fixes hunger noises.
-Hunger noises now scale gradually from 0 to 100% vol in the span of 250 to 0 nutrition.
-Fixes attack anims messing up pixel offsets on our big voremobs and dogborgs.
-Removes prey size multiplier from mob vore "fullness" that would prevent 1-seater mobs from touching any even slightly taller than average chars. They already have a max size blocker in the will_eat thing.
-Makes bellies hide prey deathmessages again.
-Fixes security oties not changing to hold mode for human arrests.(I swear I had fixed this thing before???)
2018-03-05 14:38:55 +02:00
Cameron653 a3d380d09d Fixes a fluff item 2018-03-04 17:25:49 -05:00
Konabird a5b1befc6d Fixes Rischi's egg implant to actually work 2018-03-04 14:37:20 -06:00
Arokha Sieyes f5b400f6e0 Make sure not to add extra vore organs 2018-03-04 12:16:10 -05:00
JOAN-RIG\Joan Risu b8708a6a0e removed a line from the gun saber 2018-03-02 23:53:15 -08:00
JOAN-RIG\Joan Risu 1420df0db1 Moves crescent rose to its own file, added a new gun for the nerd, and updated the Dominator to be alert level compliant. 2018-03-02 23:43:40 -08:00
Arokha Sieyes 8a8c4d76d2 Convert bellies to save using JSON 2018-03-02 02:22:20 -05:00
Aronai Sieyes 0f4185ceec Merge branch 'master' into aro-bellies 2018-02-27 21:39:53 -05:00
Arokha Sieyes f04c58f202 VS: Rewrites basically all of how bellies work
And cleans up a ton of stuff.
2018-02-27 13:29:45 -05:00
Arokha Sieyes c4af5850d1 Readds NIF examine text
Recoded it a little different. The verb is in OOC, if you have a NIF. It's saved as part of the NIF, so if your head explodes and you lose your NIF, you'll need to describe your new one.

Also fixes an unrelated bug where ghosts examining people print all sorts of crazy messages about being able to trample people.
2018-02-26 20:27:13 -05:00
Aronai Sieyes 325d05317a Merge pull request #3126 from VOREStation/exp-ss-overlays
Port SSoverlays
2018-02-24 19:36:36 -05:00
Aronai Sieyes 436e0e8071 Merge pull request #3120 from VOREStation/aro-saremov
Remove unnecessary SA code
2018-02-24 19:28:44 -05:00
Leshana fef30da831 Upgrades NSFW to use initialize() and SSoverlays
- Both as a first demonstration and as a practical bugfix, we upgrade the NSFW to use SSoverlay.   Instead of building a mutable_apperance and assigning it, we cut_overlays(), make our images, and call add_overlay() to queue it for compiling.
- We also must convert from using New() to initialize() becuase for annoying BYOND reasons,  some static variables in SSoverlays are not always instantiated before mapload.  So its important not to call overlays functions from New()  (We shouldn't be doing that ANYWAY for performance reasons, but now its even more true)
2018-02-24 18:33:53 -05:00
Arokha Sieyes 0d66593e14 Remove unnecessary SA code
They sleep in life() when nobody is around now
2018-02-24 14:53:53 -05:00
Aronai Sieyes 40357862f3 Merge pull request #3113 from VOREStation/aro-SIXHOURSAAAAHHHH
Adds a generic 'aura animation' system, applies to resizing
2018-02-24 14:43:35 -05:00
Arokha Sieyes d68629fc80 VS: MA override removal changes 2018-02-24 11:44:57 -05:00
Arokha Sieyes c99bf87547 VS: Make resizing use the aura animations 2018-02-24 11:01:36 -05:00
killer653 641348c744 BeyondMyLife's custom fluff items 2018-02-23 15:10:35 -05:00
Arokha Sieyes 08c0a64fec SA's with hands can scoop mobs 2018-02-22 23:48:15 -05:00
Aztectornado 105f986db1 Adds Siren jumpsuit 2018-02-22 06:00:41 -06:00
Aronai Sieyes 5c22da4cc0 Merge pull request #3059 from Mewchild/ringfix
Ringfix v2
2018-02-18 00:33:09 -06:00
Leshana f34a0f104e Revert adding unnecessary proc and fixing paths for vietsi custom item. 2018-02-18 00:47:10 -05:00
Mewchild 6af91caf6b Ringfix v2 2018-02-17 23:02:41 -06:00
Leshana 0806ca868b Fix same-size mobs walking on each other and being unable to bump doors.
* handle_micro_bump_helping was unconditionally returning TRUE, overriding normal bump behavior.  Fixed to only return TRUE when its size conditions are met.
* As a side effect of that bug, now_pushing was not being set back to zero.  Fixing the prior bug solved that, but as an extra precaution, moved now_pushing = 0 out of the proc so it will get set back no matter what.
2018-02-17 22:44:12 -05:00
Leshana 5edfc7516b Adjust VOREStation guns for PolarisSS13/Polaris/#4185 2018-02-17 16:56:30 -05:00
Aronai Sieyes 6d0aba7f4a Merge branch 'master' into aro-puppers 2018-02-16 19:33:52 -06:00
Aronai Sieyes 49e945afb7 Merge pull request #3023 from Screemonster/stopkillingthedamncat
Adds newspapering, fixes mob digestion toggle, and other tweaks
2018-02-16 19:33:20 -06:00
Screemonster 33a384d5c3 makes them swat back, tweaks to exclude list 2018-02-16 10:19:12 +00:00
Arokha Sieyes 61dc4f53fc Refactor step code, and taur messages 2018-02-15 21:43:48 -06:00
Aronai Sieyes 67c7641d36 Merge pull request #3042 from Heroman3003/slugfix
Fix for crushing and new descriptions for Taur stompies
2018-02-15 18:17:03 -06:00
Aronai Sieyes 1dd86332d3 Merge pull request #3035 from VOREStation/aro-3022
Additional safety checks for removal of AI hologram
2018-02-15 18:05:22 -06:00
Aronai Sieyes 702997ffba Merge pull request #3036 from VOREStation/aro-3010
Fixes NSFW mode selection
2018-02-15 18:00:26 -06:00
Heroman3003 7b6ac1391f fix for condition
dumb error
2018-02-16 07:24:05 +10:00
Heroman3003 b0a627463b fix for crushing and taur stepping expanded
More descriptions for different intents of stepping for different taurs + fixed harm trampling not dealing any damage
2018-02-16 07:13:22 +10:00
Arokha Sieyes 2dffd17c39 Fix #3010 2018-02-15 02:46:11 -06:00
Arokha Sieyes 6c9526cec6 Fixes #3022 2018-02-15 02:42:00 -06:00
Arokha Sieyes 02e490af7a VS: Implement shadekin as a legit big deal 2018-02-15 01:15:24 -06:00
Mewchild cb01bd8db5 Ringfix 2018-02-15 00:46:57 -06:00
Mewchild bdb99ce7dc Updates Fluff ring so gloves can be worn over it, and so it functions as a stamp (similar to normal signet ring) 2018-02-13 17:13:25 -06:00
Screemonster c9f5d6f234 squashed commits for improved newspapering 2018-02-13 17:53:02 +00:00
Verkister 12e2385dc1 Fixes dead mobs finishing noms.
-I thought someone would have fixed this already smh.
2018-02-11 23:06:33 +02:00
Verkister 4be014147e Fixes belly contents showing up on screen inventory
-Fixes prey backpack contents popping up on pred's screen after getting dumped.
-Adds an automatic closing of prey's storage for pred upon ingestion to prevent "secret backpacks"
-Also makes trash vorings use selected belly sound while at it.
2018-02-11 14:34:55 +02:00
Aronai Sieyes 7ff0493074 Merge pull request #2998 from Jwguy/Silver-AwooCosplayCrate
AwooCosplayCrate
2018-02-10 23:06:35 -06:00
Silver 8c3c0430f6 Correct Origin Tech Values 2018-02-10 22:29:46 -06:00
Silver ab40c9d38c Added Preferred Change to Deactivation Text 2018-02-10 18:26:51 -06:00
Verkister d740ae6f90 Fixes itemweak gurgles and food misbehaving
-Itemweak gurgles no longer add everything unconditionally to items_preserved list even if the item was digested for being food/holder/organ.
2018-02-10 20:25:39 +02:00
Silver ef4d87a352 AwooCosplayCrate
Adds Wolfgirl Cosplay Crate to Supplypacks under Recreation.

Adds Wolfgirl Replica Sword and Autumn Shield.

Adds the above and three existing items to aforementioned crate.
2018-02-08 12:57:18 -06:00
Aronai Sieyes c0a7016d9a Merge branch 'master' into expgun2 2018-02-08 01:13:05 -05:00
Verkister 78ab5c37f4 Squashed commit of the following:
commit 88761abcbdad12b25e4771837331ee3c40aeff19
Author: Verkister <superverkelian@hotmail.com>
Date:   Wed Feb 7 11:58:47 2018 +0200

    Some more gurgle related tweaks and fixes.
    -Removes gut transfers passing along preserved items list. (redundant with modern digest_act)
    -Adds panel update to trash eating.
    -Fixes borg sleeper gurgles causing double, maybe even triple damage due to being added into processing_objects list multiple times.
2018-02-07 12:01:11 +02:00