Dev fixes-alberyk (#904)

Fixes half of #893
Fix usiki's cane
Fix an issue with the brig map
Borked revolver messages
This commit is contained in:
Alberyk
2016-09-11 11:30:33 +03:00
committed by skull132
parent 1eecba9adc
commit e160c35774
5 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -186,7 +186,7 @@
item_state = "usiki_cane"
contained_sprite = 1
/obj/item/weapon/cane/fluff/uski_cane/attack_self(mob/user as mob)
/obj/item/weapon/cane/fluff/usiki_cane/attack_self(mob/user as mob)
if(user.get_species() == "Unathi")
user << "This cane has the words 'A new and better life' carved into one side in basic, and on the other side in Sinta'Unathi."
else
@@ -16,8 +16,7 @@
set category = "Object"
chamber_offset = 0
usr.visible_message("<span class='warning'>\The [usr] spins the cylinder of \the [src]!</span>", \
"<span class='notice'>You hear something metallic spin and click.</span>")
usr.visible_message("<span class='warning'>\The [usr] spins the cylinder of \the [src]!</span>", "<span class='warning'>You spin the cylinder of \the [src]!</span>", "<span class='notice'>You hear something metallic spin and click.</span>")
playsound(src.loc, 'sound/weapons/revolver_spin.ogg', 100, 1)
loaded = shuffle(loaded)
if(rand(1,max_shells) > loaded.len)