mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user