mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
- Changed /trunk/code/game/objects/closets/fireax.dm to fireaxe.dm
- Fixed issue 308 Singularity engine parts are now unanchored by default. However those on the map have been edited to all be anchored. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2937 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
desc = "A device which uses Hawking Radiation and plasma to produce power."
|
||||
icon = 'singularity.dmi'
|
||||
icon_state = "ca"
|
||||
anchored = 1
|
||||
anchored = 0
|
||||
density = 1
|
||||
directwired = 1
|
||||
// use_power = 0
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
desc = "An Odd Device which produces a Gravitational Singularity when set up."
|
||||
icon = 'singularity.dmi'
|
||||
icon_state = "TheSingGen"
|
||||
anchored = 1
|
||||
anchored = 0
|
||||
density = 1
|
||||
use_power = 0
|
||||
var
|
||||
|
||||
Reference in New Issue
Block a user