More updates to death commandos. Their shuttle should now work, along with other fixes. They are complete at this time.

Updated icons for plastic explosives.
Replaced one of the Construction sites with a Xenobiology lab on request. It is a temporary location and is mostly for roleplay. There will NOT be a job associated with it.
Added Barhandar's updated shieldgen stuff.
Copied icons to stationobjs.dmi for future shieldgen update.
Misc changes.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@666 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
noisomehollow@lycos.com
2010-12-19 02:39:56 +00:00
parent 7bfd296b70
commit 1a5a2ba826
15 changed files with 3979 additions and 3761 deletions
@@ -12,7 +12,7 @@
var/location
if (isturf(target)) location = target
if (isobj(target)) location = target.loc
target.overlays += image('assemblies.dmi', "timer-igniter-tank2")
target.overlays += image('assemblies.dmi', "plastic-explosive2")
user << "Bomb has been planted. Timer counting down from [src.timer]."
spawn(src.timer*10)
explosion(location, -1, -1, 2, 3)