Chaplain has a regular bible instead of one filled with space cash and booze.

(non-working) Code included for slashing messages/sounds to replace punching for the Tajaran. Unable to make work yet.
Tajaran have universal_speak to 1 by default now.
Tajaran are able to see in the dark now.
This commit is contained in:
misterfox
2012-03-15 14:44:52 -04:00
parent ab063d24f7
commit 12c3112d21
9 changed files with 39 additions and 16 deletions

View File

@@ -31,6 +31,7 @@
for(var/datum/disease/D in O.viruses)
D.affected_mob = O
O.flavor_text = flavor_text
O.universal_speak = 1 //hacky fix until someone can figure out how to make them only understand humans
if (client)
client.mob = O

View File

@@ -5,6 +5,7 @@
icon = 'tajaran.dmi'
var/list/tajspeak_letters
//
universal_speak = 1 //hacky fix until someone can figure out how to make them only understand humans
taj_talk_understand = 1
voice_message = "mrowls"

View File

@@ -185,7 +185,7 @@
var/obj/item/weapon/storage/backpack/BPK = new /obj/item/weapon/storage/backpack(src)
new /obj/item/weapon/storage/box(BPK)
new /obj/item/weapon/pen(src)
new /obj/item/weapon/storage/bible/booze(src)
new /obj/item/weapon/storage/bible(src)
new /obj/item/device/pda/chaplain(src)
new /obj/item/device/radio/headset(src)
new /obj/item/clothing/shoes/black(src)