Sharkmare and GitHub
aa0481ff34
Mobs now stand up if pinned
...
new simple_animal variable "norest"
If set to 1 the mob will automatically stop resting at the start of the life cycle.
For any mob that should be allowed to rest simply add a `norest = 0` into their files, this fixes retaliate mob combat.
2019-04-04 22:04:47 +02:00
Vollybally and GitHub
3ab84188a1
Merge pull request #588 from Shadowfire117/master
...
bweh
2019-03-29 10:22:41 -04:00
Vollybally and GitHub
b841607702
Merge pull request #585 from Razgriz1032/Razgriz1032-Gibbingtons-say
...
Oh Mr. Stark...
2019-03-29 10:21:07 -04:00
Sharkmare and GitHub
95e2b5c726
Guns with Legs
...
I'll make sprites for these at some point and randomize what sprites they have.
2019-03-29 12:43:20 +01:00
Razgriz and GitHub
fb8f9f846a
Oh Mr. Stark...
...
... I don't feel so good...
2019-03-27 21:28:18 -07:00
Razgriz and GitHub
bff5d9711c
Added Ranged Cooldown variables
...
Cleaned up my mess from other experiments.
2019-03-26 13:53:13 -07:00
Razgriz and GitHub
c088ffe47e
Ranged Cooldown variables
...
Taser spider now shoots once every 10 seconds.
2019-03-26 13:42:38 -07:00
Razgriz and GitHub
a91004c9d2
Added Ranged Cooldown variables.
...
All ranged mobs now follow two new variables:
ranged_cooldown = 0 //What the starting cooldown is on ranged attacks
ranged_cooldown_time = 30 //How long, in deciseconds, the cooldown of ranged attacks is
All mobs with ranged attacks now shoot once every 3 seconds. Believe it or not, this is actually slower than when they just kept trying to spam shooting.
2019-03-26 13:41:15 -07:00
Shadowfire117
097c4da884
Made some stripes for a version of the snake tail, might be a little to dark, but would love to hear player response!
2019-03-25 14:11:23 +01:00
kcin2001
f7ab8b443b
makes xeno bodies grayscale (old versions saved in r_xenomorph-old) greyscales the colorable xeno tails and makes a colorable xeno backplate
2019-03-24 22:38:23 -07:00
Vollybally and GitHub
c0a22a559d
Merge pull request #575 from Razgriz1032/Razgriz1032-Body-Markings-1
...
Head Paint markings
2019-03-24 20:55:39 -04:00
Vollybally and GitHub
0022838113
Merge pull request #574 from Razgriz1032/Razgriz1032-Solarmoth-spawn-count
...
Solarmoth spawn count fix + vore check
2019-03-24 20:54:42 -04:00
TheFurryFeline and GitHub
d410c27df1
Bye, Meteor Strike
...
Comments out an event that only works with Tether maps, and has no use at all with Polaris
2019-03-24 17:39:05 -04:00
Razgriz and GitHub
40e78034db
Head Paint
...
Adds code for head paint markings
2019-03-24 00:32:29 -07:00
Razgriz and GitHub
f7eae2f39e
Add files via upload
2019-03-23 21:53:07 -07:00
Razgriz and GitHub
3d29fb273c
Vore safety
2019-03-23 21:38:02 -07:00
Razgriz and GitHub
2fea3636ce
Solarmoth spawn count fix
...
Because byond likes to think that 2 = 3.
2019-03-23 21:31:56 -07:00
Razgriz and GitHub
6108d6e488
Teshari RIG Fix
...
Adds a line to actually point to the Teshari RIG sprites. Oh no I have to sprite another Pursuit RIG sprite now.
2019-03-23 20:34:15 -07:00
Vollybally and GitHub
7b99a9f7df
Merge pull request #571 from Sharkmare/patch-64
...
Pitcher growth rate limiting.
2019-03-22 19:52:03 -04:00
Vollybally and GitHub
8d4484e587
Merge pull request #572 from Darlantanis/UnrestrictingCustomBodyParts
...
Removed ckey restrictions from tails, wings, and ears because we don't do that here
2019-03-22 19:51:44 -04:00
Vollybally and GitHub
f7abf6926d
Merge pull request #570 from Shadowfire117/master
...
Succubus aphrosidiac emote nerf
2019-03-22 19:50:03 -04:00
Nadyr
f5603ae7ae
Removed CKEY restrictions from tails, wings, and ears (including taur tails).
...
-Commented out Aro's 'ears' as it's an entire customized face sprite which shouldn't be public access.
2019-03-22 05:40:12 -05:00
Sharkmare and GitHub
40a1f6d200
maxHealth not maxhealth
2019-03-22 11:39:43 +01:00
Sharkmare and GitHub
c4dd7e6a5b
Update tomato.dm
2019-03-22 11:06:23 +01:00
Sharkmare and GitHub
311c48ab04
Update tomato.dm
2019-03-22 11:03:47 +01:00
Sharkmare and GitHub
aba2398b9d
Pitcher growth rate limiting.
...
Spaghetti coding
if(maxhealth <= 499) //Ok maybe there are limits
maxhealth = health //Limits are merely a suggestion
if(vore_fullness && !antispam)
antispam = 1
spawn(10)
maxHealth += 1
health += 1
antispam = !antispam
2019-03-22 11:03:09 +01:00
Shadowfire117
c4a4be5670
nerfed frequency of emotes from succubus aphrosidiacs, we get it people, you want sucky sucky long time, no need to remind us every 5 seconds...
2019-03-22 10:57:34 +01:00
Vollybally and GitHub
f32a17a6ce
Merge pull request #565 from Sharkmare/patch-62
...
X patch 3
2019-03-22 04:08:56 -04:00
Vollybally and GitHub
5bcb6cf352
Merge pull request #567 from Darlantanis/DigestVoreMobChange
...
Various mobs now eat indigestible players with mob vore on
2019-03-22 04:08:43 -04:00
Vollybally and GitHub
e41bfac6d1
Merge pull request #566 from Sharkmare/patch-63
...
Fixing Size handling of pitchers
2019-03-22 04:08:31 -04:00
Vollybally and GitHub
83298634ca
Merge pull request #568 from Darlantanis/ShadekinGrammarFix
...
Grammar fix in shadekin endo holding messages.
2019-03-22 04:08:10 -04:00
Nadyr
8da02fa33a
Fixes the item path on the metamorphic glass to display the proper sprite for B52.
2019-03-22 02:44:53 -05:00
Nadyr
204a4cdf5b
Grammar fix in shadekin endo holding messages.
2019-03-22 02:20:12 -05:00
Nadyr
cffc604bee
Changes many legacy (i.e. they weren't added by us) vore mobs to eat indigestible players with mob vore on. Some more common ones had vore capacity bumped up to 2. For said mobs with vore sprites, I simply copy-pasted the 'one capacity' vore sprites for 2 prey. This can be replaced later if somebody wants to sprite them.
2019-03-22 01:51:51 -05:00
Sharkmare and GitHub
a1560207bf
Travis failed for no reason, rerun
2019-03-22 07:24:43 +01:00
Sharkmare and GitHub
417e394859
Fixing Size handling of pitchers
2019-03-22 03:05:16 +01:00
Sharkmare and GitHub
d7b86dca8e
X patch 3
...
Attack text fix
2019-03-22 02:55:15 +01:00
Vollybally and GitHub
c38f026e75
Merge pull request #560 from Razgriz1032/Razgriz1032-Solarmoth
...
Razgriz1032 solarmoth
2019-03-21 19:27:37 -04:00
Vollybally and GitHub
5766925607
Merge pull request #561 from Darlantanis/TeshClothingPort
...
Tesh clothing port
2019-03-21 19:27:28 -04:00
Vollybally and GitHub
bce94c2ca9
Merge pull request #564 from Sharkmare/patch-61
...
Fixing Entity Xs Stand
2019-03-21 19:27:16 -04:00
Sharkmare and GitHub
6601499a25
Update tarrasque.dm
2019-03-21 18:06:51 +01:00
Sharkmare and GitHub
e9693770bb
Update tarrasque.dm
2019-03-21 15:49:45 +01:00
Sharkmare and GitHub
32faf87b6a
Update tarrasque.dm
2019-03-21 15:41:27 +01:00
Sharkmare and GitHub
fd9838b954
I give up
2019-03-21 15:27:42 +01:00
Sharkmare and GitHub
38b544606a
fuck you
2019-03-21 14:26:40 +01:00
Sharkmare and GitHub
d4365a53b6
Always in range
2019-03-21 13:27:50 +01:00
Sharkmare and GitHub
1d55ca3029
Update tarrasque.dm
2019-03-21 12:59:22 +01:00
Sharkmare and GitHub
ab3918c01a
Update tarrasque.dm
2019-03-21 12:57:09 +01:00
Sharkmare and GitHub
5ed2d5f1b5
Update tarrasque.dm
2019-03-21 12:55:28 +01:00
Sharkmare and GitHub
78b2c9d573
Patch 2
2019-03-21 12:33:38 +01:00