Commit Graph

14 Commits

Author SHA1 Message Date
KorPhaeron d17d34edc9 Three lavaland ruins 2016-02-23 01:07:06 -06:00
Buggy123 18d24dc2b8 Fixed syntax 2016-02-20 00:54:04 -05:00
Buggy123 cc5f1b2179 Dice of fate is now reusable 2016-02-20 00:48:47 -05:00
Cheridan cfcecba389 Merge pull request #15575 from phil235/ReviveFix1
Fixes mob revival
2016-02-17 20:42:10 -06:00
phil235 7e1efca13a Created two new procs to handle reviving mobs more easily:
- can_be_revived(), used so we don't revive a mob who would immediately die again (lack of brain organ for carbons).
- fully_heal(), called by revive when we want to completely heal a mob before trying to ressuscitate it.

I gave some arguments to revive() so the proc can be used by more than just the admin healing code (ai revived by the AI fixer console, drone revived by another drone clicking it, strange reagent ressuscitating you, borg revived by restart circuitboard, changeling using his revive ability, etc)

This fixes borg revival not updating its vision correctly and not updating the diagnostic HUD. Same fix for changeling revival.
2016-02-16 23:27:08 +01:00
Shadowlight213 b46b11d75d Makes wizard academy defender respect prefs 2016-02-14 23:03:22 -08:00
PKPenguin321 5854c87ce5 removes the letter c
dice -> die
2016-01-30 18:38:35 -08:00
KorPhaeron 9466b33819 Fixes the other away missions 2016-01-01 23:49:42 -06:00
AnturK 1b09b3503d Adds internals box to Academy Defender outfit 2015-12-06 14:16:09 +01:00
AnturK 9a434b669c Academy Fixes 2015-11-28 23:17:57 +01:00
AnturK b662b470a9 Enables ghost to go through ladders
Adds Cold snow turf
Adds Infinite Candles
2015-11-28 18:14:52 +01:00
AnturK b14e9133d2 Academy Update 2015-11-28 12:35:41 +01:00
tkdrg 79e8ad4142 The singularity/narsie are no longer machines 2014-12-12 19:42:37 -03:00
Mloc-Argent 2f931aefc8 Big(gish) map reorganization.
Moved all main .dmm maps to _maps/map_files
Each main map gets a .dm file in _maps, this is what's ticked, -NOT- the .dmm file.
This allows use of a MAP_NAME define for various purposes, and lays the groundwork for map customization in the future.

Also included a hacky dm.sh script which supports swapping maps.
For example, "./dm.sh tgstation.dme -Mmetastation" would compile with metastation.

Signed-off-by: Mloc-Argent <colmohici@gmail.com>
2014-01-13 22:38:11 +00:00