More fixes related to aurora drinks and ghetto shotguns (#618)

This commit is contained in:
Alberyk
2016-07-22 00:55:32 +03:00
committed by skull132
parent b6e039e250
commit 3573eaa4a9
2 changed files with 6 additions and 6 deletions
@@ -19,7 +19,7 @@
load_method = SINGLE_CASING
/obj/item/weapon/gun/projectile/shotgun/improvised/special_check(var/mob/living/carbon/human/M)
if(prob(20 - (loaded.len * 10)))
if(prob(60 - (loaded.len * 10)))
M.visible_message("<span class='danger'>[M]'s weapon blows up, shattering into pieces!</span>","<span class='danger'>[src] blows up in your face!</span>", "You hear a loud bang!")
M.take_organ_damage(0,30)
M.drop_item()
@@ -2257,15 +2257,15 @@
glass_desc = "You can't see?"
/datum/reagent/ethanol/rustynail
name = "Old Fashioned"
name = "Rusty Nail"
id = "rustynail"
description = "That looks like from sixties."
description = "Smells like lemon."
color = "#2E6671"
strength = 25
glass_icon_state = "rustynail"
glass_name = "glass of Old Fashioned"
glass_desc = "That looks like from sixties."
glass_name = "glass of Rusty Nail"
glass_desc = "Smells like lemon."
/datum/reagent/ethanol/tallrussian
name = "Tall Black Russian"
@@ -2274,6 +2274,6 @@
color = "#2E6671"
strength = 25
glass_icon_state = "tallrussian"
glass_icon_state = "tallblackrussian"
glass_name = "glass of Tall Black Russian"
glass_desc = "Just like black russian but taller."