Commit Graph

973 Commits

Author SHA1 Message Date
Reddeyfish 03f3d9b5c1 Merge branch 'virgoMaster' into virgoPull 2018-03-12 18:41:26 -07:00
Arokha Sieyes 46f4022852 VS: Consistent logging changes to match polaris commit 2018-03-10 17:18:09 -05:00
Konabird 19a4dc1dc7 Fixes Rischi's egg implant 2018-03-09 20:18:01 -06:00
Verkister e6ea9e3bda Merge branch 'master' into smvf 2018-03-09 22:17:57 +02:00
Aronai Sieyes 432f1f02eb Merge pull request #3198 from VOREStation/aro-droploc
Implement drop_location(), some vore fixes
2018-03-09 14:32:15 -05:00
Arokha Sieyes d806be537f VS: One more belly allowdrop/droploc tweak 2018-03-09 13:52:02 -05:00
Verkister 7732c1f95d adds 2 new ear types and 2 new tail types 2018-03-09 10:29:46 +02:00
Arokha Sieyes e09ab3064e VS: Tweak how items drop into bellies 2018-03-08 13:03:27 -05:00
Verkister 2701ac668f More touching 2018-03-08 19:00:00 +02:00
Verkister e75bee475e Some more vore fixes.
-Fixes gurgled prey's own prey dropping onto the floor instead of pred's gut.
-Fixes itemweak gurgles not getting past first layer of containment.
-Fixes entered belly contents from gurgled things already in the same gut causing noises and alerts. (such as prey loot and contents from digested storage items)
-Fixes strip digestion. No longer dumps everything at once and empties uniform pockets/id/belt as it used to.
-Strip digestion now also works on multiple prey at once and respects equip order. (as in oversuit goes before uniform etc)
2018-03-08 17:59:21 +02:00
Verkister 92c3cef709 Adds the first one of the new fancy animated mawtails. 2018-03-07 15:25:17 +02:00
Aronai Sieyes de44e7e01e Merge pull request #3185 from Verkister/voreday
A whole bunch of vore related fixes.
2018-03-06 13:08:43 -05:00
Verkister ea911b0024 Squashed commit of the following:
commit 8ac3c5dedb16e64fc44ae598f2cfb718f7b15865
Author: Verkister <superverkelian@hotmail.com>
Date:   Tue Mar 6 12:45:18 2018 +0200

    Disables ejection on empty bellies while at it

    Found it kinda bothersome during some tests where any mob getting killed, digested, or deleted would do a loud and nasty ejection for each forementioned action despite being empty.

commit 4efc1fb84e1057b31a9c8c37cefc7f74941d5e1c
Author: Verkister <superverkelian@hotmail.com>
Date:   Tue Mar 6 12:36:59 2018 +0200

    Update bellymodes_vr.dm

commit 2668e41def96e3d25ead01991b013f9b2c4ce7b2
Author: Verkister <superverkelian@hotmail.com>
Date:   Mon Mar 5 18:31:09 2018 +0200

    pref protection

commit ce8d48d907605f3c46eaf9d8b532b0d002516d0c
Author: Verkister <superverkelian@hotmail.com>
Date:   Mon Mar 5 14:41:28 2018 +0200

    whoops
2018-03-06 13:03:34 +02:00
Aronai Sieyes c1c1a398c6 Merge pull request #3181 from VOREStation/Cameron653-patch-1
Fixes a fluff item
2018-03-05 18:36:08 -05:00
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
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