mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 20:11:04 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user