Constructs get named-numbers now so you can actually tell who's being a gryphon/reading WGW over the radio.

Tweaks to Newsie
This commit is contained in:
Cheridan
2013-08-15 14:35:04 -05:00
parent 1cbc9dbee0
commit 62a6a02db9
2 changed files with 12 additions and 10 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