Commit Graph
10116 Commits
Author SHA1 Message Date
RazgrizandGitHub e98b6b9c34 Update giant_spider.dm 2019-04-07 19:35:07 -07:00
VollyballyandGitHub e0bd967c99 Merge pull request #601 from TheFurryFeline/patch-12
PDA Unlock Borg Fix
2019-04-07 22:32:56 -04:00
RazgrizandGitHub 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
RazgrizandGitHub 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
RazgrizandGitHub 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
TheFurryFelineandGitHub dfc1d730ab PDA Unlock Borg Fix
Ports https://github.com/VOREStation/VOREStation/pull/4950
2019-04-07 21:48:36 -04:00
SharkmareandGitHub 484f837b5b Update solarmoth.dm 2019-04-05 16:21:10 +02:00
SharkmareandGitHub 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
SharkmareandGitHub 38341510f9 Update simple_animal.dm 2019-04-04 22:33:06 +02:00
SharkmareandGitHub 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
SharkmareandGitHub 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
RazgrizandGitHub bff5d9711c Added Ranged Cooldown variables
Cleaned up my mess from other experiments.
2019-03-26 13:53:13 -07:00
RazgrizandGitHub c088ffe47e Ranged Cooldown variables
Taser spider now shoots once every 10 seconds.
2019-03-26 13:42:38 -07:00
RazgrizandGitHub 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
VollyballyandGitHub c0a22a559d Merge pull request #575 from Razgriz1032/Razgriz1032-Body-Markings-1
Head Paint markings
2019-03-24 20:55:39 -04:00
RazgrizandGitHub 40e78034db Head Paint
Adds code for head paint markings
2019-03-24 00:32:29 -07:00
RazgrizandGitHub f7eae2f39e Add files via upload 2019-03-23 21:53:07 -07:00
RazgrizandGitHub 3d29fb273c Vore safety 2019-03-23 21:38:02 -07:00
RazgrizandGitHub 2fea3636ce Solarmoth spawn count fix
Because byond likes to think that 2 = 3.
2019-03-23 21:31:56 -07:00
VollyballyandGitHub 7b99a9f7df Merge pull request #571 from Sharkmare/patch-64
Pitcher growth rate limiting.
2019-03-22 19:52:03 -04:00
VollyballyandGitHub f7abf6926d Merge pull request #570 from Shadowfire117/master
Succubus aphrosidiac emote nerf
2019-03-22 19:50:03 -04:00
SharkmareandGitHub 40a1f6d200 maxHealth not maxhealth 2019-03-22 11:39:43 +01:00
SharkmareandGitHub c4dd7e6a5b Update tomato.dm 2019-03-22 11:06:23 +01:00
SharkmareandGitHub 311c48ab04 Update tomato.dm 2019-03-22 11:03:47 +01:00
SharkmareandGitHub 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
VollyballyandGitHub f32a17a6ce Merge pull request #565 from Sharkmare/patch-62
X patch 3
2019-03-22 04:08:56 -04:00
VollyballyandGitHub 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
VollyballyandGitHub 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
SharkmareandGitHub a1560207bf Travis failed for no reason, rerun 2019-03-22 07:24:43 +01:00
SharkmareandGitHub 417e394859 Fixing Size handling of pitchers 2019-03-22 03:05:16 +01:00
SharkmareandGitHub d7b86dca8e X patch 3
Attack text fix
2019-03-22 02:55:15 +01:00
VollyballyandGitHub c38f026e75 Merge pull request #560 from Razgriz1032/Razgriz1032-Solarmoth
Razgriz1032 solarmoth
2019-03-21 19:27:37 -04:00
VollyballyandGitHub bce94c2ca9 Merge pull request #564 from Sharkmare/patch-61
Fixing Entity Xs Stand
2019-03-21 19:27:16 -04:00
SharkmareandGitHub 6601499a25 Update tarrasque.dm 2019-03-21 18:06:51 +01:00
SharkmareandGitHub e9693770bb Update tarrasque.dm 2019-03-21 15:49:45 +01:00
SharkmareandGitHub 32faf87b6a Update tarrasque.dm 2019-03-21 15:41:27 +01:00
SharkmareandGitHub fd9838b954 I give up 2019-03-21 15:27:42 +01:00
SharkmareandGitHub 38b544606a fuck you 2019-03-21 14:26:40 +01:00
SharkmareandGitHub d4365a53b6 Always in range 2019-03-21 13:27:50 +01:00
SharkmareandGitHub 1d55ca3029 Update tarrasque.dm 2019-03-21 12:59:22 +01:00
SharkmareandGitHub ab3918c01a Update tarrasque.dm 2019-03-21 12:57:09 +01:00
SharkmareandGitHub 5ed2d5f1b5 Update tarrasque.dm 2019-03-21 12:55:28 +01:00
SharkmareandGitHub 78b2c9d573 Patch 2 2019-03-21 12:33:38 +01:00
SharkmareandGitHub 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
SharkmareandGitHub 3fed01e72c CLOWNGANG spawner 2019-03-21 09:45:51 +01:00
SharkmareandGitHub c4f3941ec3 Update clown.dm 2019-03-21 09:28:03 +01:00
SharkmareandGitHub 78ceb041f9 Port Patch 1 2019-03-21 09:26:12 +01:00