Fixed issue 1008. (Putting stuff into the seed extractor doesn't update sprites)

Added floor safes.
Fixed the icon paths (or lack thereof) for bluespace artillery, and the capitalisation.


git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4883 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
petethegoat@gmail.com
2012-10-15 16:17:55 +00:00
parent 5b1e7cb336
commit 606e40729a
4 changed files with 46 additions and 20 deletions

View File

@@ -1,9 +1,9 @@
/obj/machinery/artillerycontrol
var/reload = 180
name = "Bluespace Artillery Control"
name = "bluespace artillery control"
icon_state = "control_boxp1"
icon = 'particle_accelerator.dmi'
icon = 'icons/obj/machines/particle_accelerator.dmi'
density = 1
anchored = 1
@@ -13,7 +13,7 @@
/obj/structure/artilleryplaceholder
name = "artillery"
icon = 'particle_accelerator.dmi'
icon = 'icons/obj/machines/particle_accelerator.dmi'
anchored = 1
density = 1