Razgriz and GitHub
e98b6b9c34
Update giant_spider.dm
2019-04-07 19:35:07 -07:00
Vollybally and GitHub
e0bd967c99
Merge pull request #601 from TheFurryFeline/patch-12
...
PDA Unlock Borg Fix
2019-04-07 22:32:56 -04:00
Razgriz and GitHub
a8e89ab291
Solarmoth health and armor nerf
...
Health reduced to 400 from 500.
Melee armor reduced from 50% to 0%.
2019-04-07 19:30:11 -07:00
Razgriz and GitHub
033ab5da1d
Electric Spider move and shoot
...
+Electric spiders now move and shoot at the same time so that if they do manage to down someone, they'll give the poor bastard a mercy killing instead of perpetual stunlocking.
+Nerfed taser fire rate to once every 15 seconds, up from 10. Because frak electric spiders.
2019-04-07 19:23:00 -07:00
Razgriz and GitHub
3e98f5b6f9
Moving and Shooting
...
Added a new variable and some code to make it so that mobs can move and shoot at the same time. New variable:
var/move_shoot = 0
If you want a ranged mob to do this, you must turn its variable "ranged" to 0 and add "move_shoot" and set it to 1.
In other words, "ranged" will override move_shoot. Ranged basically turns you mob into a turret.
2019-04-07 19:12:09 -07:00
TheFurryFeline and GitHub
dfc1d730ab
PDA Unlock Borg Fix
...
Ports https://github.com/VOREStation/VOREStation/pull/4950
2019-04-07 21:48:36 -04:00
Sharkmare and GitHub
484f837b5b
Update solarmoth.dm
2019-04-05 16:21:10 +02:00
Sharkmare and GitHub
1ce588539f
Minor Solarmoth maintenance
...
Solarmoth attacks should now handle properly.
Made a few vars to keep track of starting heat power.
Lunarmoths.
These ones aren't so simple
2019-04-05 15:14:45 +02:00
Sharkmare and GitHub
38341510f9
Update simple_animal.dm
2019-04-04 22:33:06 +02:00
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
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
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
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
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
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
f7abf6926d
Merge pull request #570 from Shadowfire117/master
...
Succubus aphrosidiac emote nerf
2019-03-22 19:50:03 -04: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
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
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
Sharkmare and GitHub
5dda441b7a
Fixing Entity Xs Stand
...
Apaarently Lose_target() refreshes a mobs hit cooldown....
Causing them to break the sound barrier and maul you so fast your arm is ripped off.
Faster mauling than the AI can even realize that you are already dead.
2019-03-21 10:47:23 +01:00
Sharkmare and GitHub
3fed01e72c
CLOWNGANG spawner
2019-03-21 09:45:51 +01:00
Sharkmare and GitHub
c4f3941ec3
Update clown.dm
2019-03-21 09:28:03 +01:00
Sharkmare and GitHub
78ceb041f9
Port Patch 1
2019-03-21 09:26:12 +01:00