Merge pull request #1170 from Cheridan/Cult

Nar-sie change + Construct Names
This commit is contained in:
Cael Aislinn
2013-08-23 07:07:22 -07:00
2 changed files with 51 additions and 21 deletions
@@ -1,7 +1,7 @@
/mob/living/simple_animal/construct
name = "Construct"
real_name = "Contruct"
real_name = "Construct"
desc = ""
speak_emote = list("hisses")
emote_hear = list("wails","screeches")
@@ -25,6 +25,9 @@
minbodytemp = 0
faction = "cult"
/mob/living/simple_animal/construct/New()
name = text("[initial(name)] ([rand(1, 1000)])")
real_name = name
/mob/living/simple_animal/construct/Life()
..()
@@ -255,7 +258,7 @@
var/energy = 0
var/max_energy = 1000
/mob/living/simple_animal/constructbehemoth/attackby(var/obj/item/O as obj, var/mob/user as mob)
/mob/living/simple_animal/construct/behemoth/attackby(var/obj/item/O as obj, var/mob/user as mob)
if(O.force)
if(O.force >= 11)
var/damage = O.force