Merge branch 'master' of git://github.com/Baystation12/Baystation12 into TGUpdates

This commit is contained in:
Ren Erthilo
2012-04-26 18:36:09 +01:00
6 changed files with 14 additions and 5 deletions

View File

@@ -98,7 +98,7 @@
var/obj/item/weapon/implant/I = locate(href_list["warn"])
if((I)&&(I.imp_in))
var/mob/living/carbon/R = I.imp_in
R << "\green You hear a voice in your head saying: '[warning]'"
R << "\green You think: '[warning]'"
src.add_fingerprint(usr)
src.updateUsrDialog()

View File

@@ -49,6 +49,7 @@
if(crit_fail)
user << "\red The Bluespace generator isn't working."
return
/* Remove these comments to re-enable BoH BoH Singuloths.-Hawk.
if(istype(W, /obj/item/weapon/storage/backpack/holding) && !W.crit_fail)
user << "\red The Bluespace interfaces of the two devices catastrophically malfunction!"
del(W)
@@ -58,6 +59,7 @@
log_game("[key_name(user)] detonated a bag of holding")
del(src)
return
*/
..()
proc/failcheck(mob/user as mob)

View File

@@ -20,7 +20,7 @@
/obj/item/fluff/sarah_calvera_1
name = "Old Photo"
desc = "Looks like it was made on a really old, cheap camera. Low quality. The camera shows a young hispanic looking girl with red hair wearing a white dress is standing in front of an old looking wall. On the back there is a note in black marker that reads \"Sara, Siempre pens<EFBFBD> que eras tan linda con ese vestido. Tu hermano, Carlos.\""
desc = "Looks like it was made on a really old, cheap camera. Low quality. The camera shows a young hispanic looking girl with red hair wearing a white dress is standing in front of an old looking wall. On the back there is a note in black marker that reads \"Sara, Siempre pensé que eras tan linda con ese vestido. Tu hermano, Carlos.\""
icon_state = "sarah_calvera_1"
/obj/item/fluff/angelo_wilkerson_1
@@ -53,3 +53,10 @@
color = "red"
armor = list(melee = 30, bullet = 5, laser = 20,energy = 10, bomb = 20, bio = 10, rad = 20)
flags_inv = 0
/obj/item/fluff/ethan_way_1
name = "Old ID"
desc = "A scratched and worn identification card; it appears too damaged to inferface with any technology. You can almost make out \"Tom Cabinet\" in the smeared ink."
icon = 'custom_items.dmi'
icon_state = "ethan_way_1"
flags = FPRINT | TABLEPASS

View File

@@ -2782,7 +2782,6 @@ It can still be worn/put on as normal.
target.show_message("\blue You hear [src.real_name]'s voice: [say]")
else
target.show_message("\blue You hear a voice that seems to echo around the room: [say]")
target << "\red This ain't an admin message, this is IC. Act like it. If someone's abusing it, pretending to be us, adminhelp it."
usr.show_message("\blue You project your mind into [target.real_name]: [say]")
for(var/mob/dead/observer/G in world)
G.show_message("<i>Telepathic message from <b>[src]</b> to <b>[target]</b>: [say]</i>")

View File

@@ -13,3 +13,4 @@ fniff: Angleo Wilkerson: /obj/item/fluff/angelo_wilkerson_1
gvazdas: Sarah Carbrokes: /obj/item/fluff/sarah_carbrokes_1
serithi: Serithi Artalis: /obj/item/clothing/glasses/fluff/serithi_artalis_1
deusdactyl: Greg Anderson: /obj/item/clothing/head/fluff/greg_anderson_1
whitellama: Ethan Way: /obj/item/fluff/ethan_way_1

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB