AIs and Juggernauts/Wraiths/Artificers should no longer have random names when they ghost.

Fixed a typo in the borg manual

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3521 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
kortgstation@gmail.com
2012-04-27 01:56:21 +00:00
parent e4ec1c40dd
commit 8fee7b7240
4 changed files with 7 additions and 1 deletions
+1
View File
@@ -11,6 +11,7 @@
real_name = pickedName
name = real_name
original_name = real_name
anchored = 1
canmove = 0
loc = loc
@@ -4,6 +4,7 @@
/mob/living/simple_animal/constructarmoured
name = "Juggernaut"
real_name = "Juggernaut"
original_name = "Juggernaut"
desc = "A possessed suit of armour driven by the will of the restless dead"
icon = 'mob.dmi'
icon_state = "armour"
@@ -143,6 +144,7 @@
/mob/living/simple_animal/constructwraith
name = "Wraith"
real_name = "Wraith"
original_name = "Wraith"
desc = "A wicked bladed shell contraption piloted by a bound spirit"
icon = 'mob.dmi'
icon_state = "floating"
@@ -272,6 +274,7 @@
/mob/living/simple_animal/constructbuilder
name = "Artificer"
real_name = "Artificer"
original_name = "Artificer"
desc = "A bulbous construct dedicated to building and maintaining The Cult of Nar-Sie's armies"
icon = 'mob.dmi'
icon_state = "artificer"