Commit Graph
268 Commits
Author SHA1 Message Date
VampyrBytes f307e9c700 Fixes span closure in vamp regen
Fixes my <span> cockup in #3541
2016-02-09 00:45:42 +00:00
VampyrBytes e526753c75 Fixes Vamp Passives (#2812)
Fixes Vampire thermal vision
Improved regen was working, but the message was commented out due to
spam, it now shows without spamming
2016-02-08 20:44:04 +00:00
Fox-McCloud a5f316111d vampire tweaks 2016-01-21 18:58:09 -05:00
Fox-McCloud a644600ab8 Removes Vampire HUD 2016-01-20 17:45:43 -05:00
Aurorablade f40daffbe8 I FIXED IT 2016-01-16 15:50:43 -05:00
Aurorablade 28a2980110 HALP HALP 2016-01-14 14:56:56 -05:00
Aurorablade 53222772bc i almost want to give up on this 2016-01-13 03:37:45 -05:00
Aurorablade 602d4c1c2f what am i even doing... 2016-01-12 16:22:42 -05:00
Crazylemon 23e8b1277f Wave 2 of tweaks, probably needs a little more
Ripped out the preferences_savefile.dm because it's obsolete and we
don't use it
2015-12-27 06:32:25 -08:00
Aurorablade d75549fdd6 no more changling cyborgs
also added in some procs for as furture need...god i need sleep now.
2015-12-20 01:47:15 -05:00
Aurorablade 52e43c4d2d good news everyone! It works! 2015-12-17 01:29:21 -05:00
Aurorablade c3f662a6dc zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz 2015-12-15 03:08:16 -05:00
Aurorablade 95d8b50345 hud_updateflag purge!
EXTERMINATUS BITCH
2015-12-13 17:16:14 -05:00
Aurorablade aca9d31853 almossstttttt 2015-12-12 18:45:07 -05:00
Aurorablade c590958f2d Hud refactor 2015-12-10 01:01:54 -05:00
Tastyfish 85d651b781 refactored datum/effect/system because it was a complete mess 2015-11-22 19:43:01 -05:00
Tigercat2000 b36a32b6b8 Gamemode cleanup x1
Changelog:
 - Enemy intercept (send_intercept()) completely nuked, it did not compile
   when I attempted to make it into a config option.
  - The intercept for blob() is retained and made into a custom proc for
    blob.
 - The constant variables 'waittime_l' and 'waittime_h' have been moved to
   /datum/game_mode, as they were defined on every gamemode with the same
   values.
 - rp-revolution.dm and anti_revolution.dm deleted. They do not compile,
   and are not included in the DME already.
2015-11-16 11:51:18 -08:00
Markolie e9188f7f38 AStar update 2015-10-01 20:18:05 +02:00
Tigercat2000 4f3938d68b -tg- buckling system
This commit overhauls a bunch of systems so that buckling works for
any subtype of /obj. This means that space vines and chairs and beds all
use the same system. A lot of stuff has been touched.
2015-09-24 15:52:10 -07:00
Mark van Alphen 33631beaf8 Merge pull request #1740 from tigercat2000/underwear_refactor
-tg- underware overhaul
2015-08-17 17:37:50 +02:00
Tigercat2000 ca921216fe New proc to replace world.log <<, log_to_dd()
This commit changes every 'world.log <<' message with a loggable proc-
log_to_dd().

This is adjustable in the config; If LOG_WORLD_OUTPUT is present, all
things sent to world.log will show up in the standard /data/logs/ logs.

These logs will contain the following (in order):
 Timestamp
 "DD_OUTPUT:"
 The message.

The config option for this, by default, is turned off.
2015-08-14 18:18:57 -07:00
Tigercat2000 748da30bb6 -tg- underware overhaul
This commit overhauls the underwear/undershirt system to -tg-'s text-based
version. No more magic numbers, just text states.

Note, this modifies the SQL Schema, and existing databases must be
modified by the following SQL:

ALTER TABLE server_db.characters
	CHANGE underwear underwear MEDIUMTEXT NOT NULL,
	CHANGE undershirt undershirt MEDIUMTEXT NOT NULL;
2015-08-13 17:45:52 -07:00
Markolie bddfb7029d Make sure special_role is assigned in pre_setup 2015-08-09 18:12:14 +02:00
Fox-McCloud 5ae43f0875 Shadowling Surgery and Fixes 2015-08-05 21:52:17 -04:00
Fox-McCloud 0dbea7621f The Great Del() Cull of 2015 2015-07-09 02:48:34 -04:00
Fox-McCloud f09a0f8d75 second pass 2015-06-07 09:52:52 -04:00
Fox-McCloud 6e310a4832 View Range Change 2015-06-05 22:37:26 -04:00
Fox-McCloud e098364432 Stun+Weaken Balancing 2015-05-31 06:35:14 -04:00
Krausus f5f15881c2 Fixes luminosity checks
They should now be more in-line with how they worked under the old
lighting system.
2015-05-15 01:07:08 -04:00
IncomingandTigercat2000 1bbff5abfe All modes now choose their antagonists before they choose jobs.
A new mind attached list, restricted_roles, will keep incompatible jobsout of rotation.

Players who would otherwise qualify to play as a protected role will spawn
as the most wanted not protected role they qualify for if they are an
onstation antagonist. If they don't qualify for any job in this way
depending on preferences they will either spawn as an assistant or a random
job (which also makes sure they don't end up in an incompatible job).

Note this doesn't impact late join antagonists or mulligan antagonists.
Roundstart only.
2015-05-13 06:14:00 -07:00
Tigercat2000 e1249fc640 Lighting overhaul.
This commit overhauls the lighting system to Bay12 standards. It is better
in pretty much every way.
2015-05-10 12:03:27 -07:00
veganzombeh cf1ac2f602 Fixes #881 and lets vampires gain nutrition from consuming blood reagent.
Fixes #881, vampires should no longer get fat from drinking too much blood. Handle_blood now checks for blood that isn't their own and "eats" it.
2015-04-26 11:33:05 +01:00
veganzombeh 2d93888ea0 Vampires get nutrition from blood, not food.
Sucking blood increases nutrition, nutriment reagent does not. Also adds an immunity check for holy water contact.
2015-04-22 10:19:16 +01:00
Markolie 982102a407 Standardize mutations 2015-02-22 19:04:43 +01:00
DZD cfc06d13dd Chapel now makes vampires extra crispy
- Vampires burn similar to being in space while in the chapel.
2015-01-20 13:54:03 -05:00
DZD d02dbd4b5e Minor Bugfixes
- Fixes vampire powers being usable in the chapel.
- Fixes borer DC bug (needs testing with 2 clients)
- Allows borer to cancel Inject Chemicals
- Borer Inject Chemicals now shows cost in the verb name.
2015-01-20 12:11:41 -05:00
Markolie 139685ceb6 Malf AI fixes, prevent IPC's from becoming vampires 2015-01-14 00:26:36 +01:00
Markolie 60e18d0c0e Major map overhaul, remove customs officer/nanotrasen recruiter 2015-01-12 02:23:45 +01:00
Fox-McCloud e23841c46f Rebalance Stamina 2015-01-05 06:53:48 -05:00
Fox-McCloud 3b884622c5 Job Changes 2014-11-29 09:10:31 -05:00
Fox-McCloud 111b24ceb8 Janitor Rework 2014-11-10 03:17:56 -05:00
Fox-McCloud dd200af4bf Nuke Ops Rework Phase 2 2014-11-05 06:56:46 -05:00
Fox-McCloud 42dce57841 Oops
Forgot the Chaplain...
2014-10-31 07:50:04 -04:00
Fox-McCloud 8e6b93a7cc Vamp Mode Specifications 2014-10-31 07:39:03 -04:00
melandor0 546b6caf59 Preliminary new drugs 2014-10-20 02:52:54 +02:00
ZomgPonies cb441541f5 Added vampire HUD 2014-08-03 01:27:36 -04:00
Robertha89 a4680ac5c3 Update vampire.dm
Add Security Pod Pilot, Nanotrasen Recruiter and Magistrate where appropriate.
2014-07-28 23:09:01 +02:00
d3athrowandZomgPonies 6dff46eb07 I guess this fixed enthralled output at round end. 2014-06-03 16:42:04 -04:00
d3athrowandZomgPonies 7fc78dd74e Fix thrall going despite implants. 2014-06-02 13:49:36 -04:00
ZomgPonies cf061cb953 Bunch of fixes left and right, fixes script to get giant map jpg 2014-05-29 21:40:16 -04:00