mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-10 14:44:05 +01:00
•durprevert
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2004 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -116,7 +116,8 @@
|
||||
O << text("\red [user] [src.anchored ? "fastens" : "unfastens"] the grille.")
|
||||
return
|
||||
else if(istype(W, /obj/item/weapon/shard))
|
||||
if(ishuman(user)) //Let's check if the guy's wearing electrically insulated gloves --Agourimarkan
|
||||
src.health -= W.force * 0.1
|
||||
/*if(ishuman(user)) //Let's check if the guy's wearing electrically insulated gloves --Agourimarkan
|
||||
var/mob/living/carbon/human/H = user
|
||||
if(H.gloves)
|
||||
var/obj/item/clothing/gloves/G = H.gloves
|
||||
@@ -157,7 +158,7 @@
|
||||
H.take_organ_damage(brutedamagetaken,0)
|
||||
return
|
||||
else //Alright, he's not a human. Can monkeys or aliens even wear gloves?
|
||||
src.health -= W.force *0.1 //10% damage only for non-glorious human master race members
|
||||
src.health -= W.force *0.1*/ //10% damage only for non-glorious human master race members
|
||||
|
||||
else // anything else, chance of a shock
|
||||
if(!shock(user, 70))
|
||||
|
||||
Reference in New Issue
Block a user