Commit Graph
6774 Commits
Author SHA1 Message Date
Poojawa 4ec6aab681 Vulpkanin
Ported from Paradise, should be a bit better than the old fox sprites
taken from Citadel.
2016-05-23 16:08:01 -05:00
Spades 9797c3882a Merge pull request #195 from VOREStation/Dev-AceMobs
Fixes large vore mob alignment, and also Ghost alert
2016-05-23 08:16:54 -04:00
Spades bbc70d1bd9 Ghost alert prompt no longer lies 2016-05-23 01:16:14 -04:00
Spades d5710556a8 Faction wasn't correct! 2016-05-23 00:50:22 -04:00
Spades 1f24969d44 Tweak 2016-05-23 00:36:58 -04:00
Spades 0f36302739 Merge remote-tracking branch 'refs/remotes/origin/master' into Dev-AceMobs 2016-05-23 00:36:22 -04:00
Spades baaf3b2335 Fixes #178 2016-05-23 00:36:12 -04:00
Spades 8c23ad27dc Fixes #192 2016-05-22 23:43:08 -04:00
Spades 76ea210f55 Merge remote-tracking branch 'refs/remotes/origin/master' into dev-Ace 2016-05-22 22:50:36 -04:00
Spades 39bc0b7df0 Merge pull request #190 from VOREStation/dev-Ace
Revert skin tone change
2016-05-22 22:50:17 -04:00
Spades 95ef0597e4 Reverts skin tone change 2016-05-22 22:36:41 -04:00
Spades 3e5784316e Revert "Reverts skin tones"
This reverts commit 8b3eab78d4.
2016-05-22 22:35:23 -04:00
Spades 8b3eab78d4 Reverts skin tones 2016-05-22 22:34:57 -04:00
Leshana 45889ae113 Fixes Issue #165 - Now will eat until completely full, not until almost full. 2016-05-22 22:10:23 -04:00
Spades b616e5bcdc Fixes #166
Problem solved by moving the vore alien mobs under vore.dmi and fixing
the icon states. My fault for making this screwy in the old code to
begin with.
2016-05-22 16:17:16 -04:00
Arokha Sieyes 7b0441ee04 Merge pull request #171 from VOREStation/zerotwo
Fixes for v1.02
2016-05-22 16:09:05 -04:00
Cameron653andArokha Sieyes 31d53b8054 Adds in the "Subtle" command. (#173)
* This should add in subtle

* Subtle WIP

* WIP

* Adds in subtle verb.

* Adds in some coder comments saying

Where the parts would normally go
2016-05-22 12:12:06 -04:00
Arokha Sieyes 73143c4fd6 Fixes #163 2016-05-22 02:18:44 -04:00
Arokha Sieyes 45dc312001 Adds SSD/ghost and idle time to examine text
Ghost timer displays immediately upon ghosting. Idle timer displays after 10 minutes of client inactivity. Helpful to know when someone needs to be cryo'd.

`[Disconnected/ghosted 11 minutes ago]` <-- client dropped and probably ain't comin' back.
`[Inactive for 18 minutes]` <-- fell asleep at keyboard
2016-05-22 02:16:15 -04:00
Arokha Sieyes 79e431ce04 Fixes #172 2016-05-21 23:48:39 -04:00
Arokha Sieyes 8595111251 Correct iconstates on some other alien types.
#166
2016-05-21 23:35:35 -04:00
Arokha Sieyes 11064b8ea8 Removes comments to make PR for Polaris. 2016-05-21 22:49:29 -04:00
Arokha Sieyes 592d17a145 Make whispers work inside objects/people 2016-05-21 20:37:01 -04:00
Arokha Sieyes adace754f0 Merge pull request #124 from VOREStation/heatfix
Initial Simple Fixes
2016-05-21 13:20:12 -04:00
Arokha Sieyes 803dff61f3 Fixes #134 2016-05-21 12:32:21 -04:00
Arokha Sieyes 232dd87922 Fixes #133
Removes reagent tag so reagents treat them as humans.
2016-05-21 11:49:45 -04:00
Spades 4c64da73be Spawn timer fix
Resolves #123
2016-05-21 11:30:48 -04:00
Arokha Sieyes 61d90a6c75 Species heat/cold messages, allows prometheans 2016-05-21 00:06:56 -04:00
Leshana 9b1795aa8e Changed the logon splash screen to be V.O.R.E. logo. 2016-05-20 19:33:39 -04:00
Arokha Sieyes e8b0f806c8 Merge pull request #115 from VOREStation/05192016_sync
Polaris Sync 05-19-2016
2016-05-20 00:10:01 -04:00
Arokha Sieyes 8230732453 Merge branch 'sync' of https://github.com/VOREStation/Polaris into 05192016_sync 2016-05-19 23:52:00 -04:00
Leshana d6d049cb3f Fixes #1660 - Photos no longer show everyone naked.
* update_inv_ears() overlays left and right ears upon a "blank" icon.  Unfortunately doing ```image("icon" = null)``` encourages BYOND to create an image of the current mob!   So everyone's "ears" icon is actually their whole body, layerd on top of uniforms, hair, etc.
* Lets not do that.  A transparant image is already in effects.dmi for this purpose.
2016-05-19 22:53:33 -04:00
Datraen 4772dc6b10 Merge pull request #1703 from Yoshax/bugfixes
Bug Fix Boogalo
2016-05-19 18:18:00 -04:00
Datraen c1685a7328 Merge pull request #1704 from VOREStation/microfix
Removes "Teshari Eraser" Feature
2016-05-19 18:12:49 -04:00
Arokha SieyesandLeshana ac6ae6057c Fixes lack of blindness when KO/asleep (#112)
I missed it! So I fixed it.

It could have been done with a bunch of "If you're SUPPOSED to be blind" or "If you're ASLEEP" but honestly this check should be in there anyway. P.sure people with tourettes don't randomly scream things while asleep.
2016-05-19 18:05:35 -04:00
Arokha Sieyes 747e6322be Removes "Teshari Eraser" Feature
Oops. Didn't quite math that one out in my head I guess.
2016-05-19 17:58:21 -04:00
Yoshax 304bf6062c Fixes #1444 2016-05-19 22:41:56 +01:00
Yoshax 3337302e82 Makes randomise appearance slightly less crap and actually randomise
Fixes #1227
Fixes #369
2016-05-19 21:20:17 +01:00
Datraen ec3e4a0315 Merge pull request #1698 from VOREStation/bored,_fix_polaris
Fixes two high-priority issues
2016-05-19 14:29:46 -04:00
Arokha Sieyes a50286e5e8 Fixes #993
Calls the final HUD update later (higher, in mob/death) since stat was not yet DEAD (2) when it was called before.

Also makes all mobs update the HUDs all life() ticks, so people who have ghosted and left a body have correct HUD readings. If this affects performance, sorry? ... It really shouldn't. Only carbons should have real HUDs to update. The rest are tiny little procs.
2016-05-19 13:30:12 -04:00
Arokha Sieyes 7f53a7cf85 Fixes #1457
I realize that preventing 'remote stripping' literally ruins the game. I'm sorry. do_after needs a target for movement checks against them as well.
2016-05-19 12:30:03 -04:00
Neerti e8242b21ac Merge pull request #1690 from VOREStation/shoes
Fixes runtimes with suits
2016-05-19 01:11:02 -04:00
Arokha Sieyes 099c86fc77 Fixes lack of blindness when KO/asleep
I missed it! So I fixed it.

It could have been done with a bunch of "If you're SUPPOSED to be blind" or "If you're ASLEEP" but honestly this check should be in there anyway. P.sure people with tourettes don't randomly scream things while asleep.
2016-05-18 22:57:05 -04:00
Arokha Sieyes 6960325fbb Fixes runtimes with rigs
Naked and trying to wear a rig, it will attempt to access w_uniform.inv_flags which will be null and runtime.

Moves shoe redrawing to uniform and suit update_inv code in update_icons, rather than in inventory.dm. update_icons already had code for this.
2016-05-18 20:28:50 -04:00
Cameron653 e985f859dc Allows all the races to use all the hair styles.
With the exception of species specific hair styles.
Also lets species be bald if they want to be.
Reorganizes the ears, making colorable ones come last
Also adds in both Zorren ears
2016-05-18 15:20:31 -04:00
Arokha Sieyes d75766796a Merge pull request #105 from VOREStation/fix-human-ears
Fix humans always having ears in character preview.
2016-05-18 12:49:18 -04:00
Leshana 6663c4c6fb Fix humans always having ears in character preview. 2016-05-18 12:40:52 -04:00
Arokha Sieyes 3cd660d79d Fixes synths and sets null post-load prefs
Fixes digestion button missing, and synths overheating in a belly, and synth custom species
2016-05-18 01:36:14 -04:00
Arokha Sieyes 33145046a0 Fixes examine text casing. 2016-05-18 01:25:42 -04:00
Arokha Sieyes 0294c858da Fixes examine text casing. 2016-05-18 01:23:36 -04:00