Merge branch 'master' into crates

This commit is contained in:
Chinsky
2012-12-01 07:14:31 +04:00
100 changed files with 9956 additions and 9503 deletions
+2 -1
View File
@@ -1146,7 +1146,8 @@ datum
if(ishuman(M))
var/mob/living/carbon/human/H = M
if(H.dna)
if(H.dna.mutantrace == "plant") //plantmen take a LOT of damage
// if(H.dna.mutantrace == "plant") //plantmen take a LOT of damage
if(PLANT in H.mutations) //plantmen take a LOT of damage
H.adjustToxLoss(10)
plasma
@@ -55,7 +55,7 @@
/obj/item/weapon/reagent_containers/hypospray/autoinjector
name = "autoinjector"
desc = "A rapid and safe way to administer small amounts of drugs by untrained or trained personnel."
icon_state = "autoinjector1"
icon_state = "autoinjector"
item_state = "autoinjector"
amount_per_transfer_from_this = 5
volume = 5
+2 -1
View File
@@ -145,7 +145,8 @@
bullet_act(var/obj/item/projectile/Proj)
if(istype(Proj ,/obj/item/projectile/beam)||istype(Proj,/obj/item/projectile/bullet))
explode()
if(!istype(Proj ,/obj/item/projectile/beam/lastertag) && !istype(Proj ,/obj/item/projectile/beam/practice) )
explode()
blob_act()
explode()