Merge pull request #7435 from mwerezak/esword

Adds NOBLOODY to holoswords
This commit is contained in:
PsiOmegaDelta
2014-12-13 09:17:08 +01:00

View File

@@ -395,7 +395,7 @@ var/global/list/holodeck_programs = list(
throw_range = 5
throwforce = 0
w_class = 2.0
flags = FPRINT | TABLEPASS | NOSHIELD
flags = FPRINT | TABLEPASS | NOSHIELD | NOBLOODY
var/active = 0
/obj/item/weapon/holo/esword/green
@@ -577,4 +577,4 @@ var/global/list/holodeck_programs = list(
/obj/structure/rack/holorack/attackby(obj/item/weapon/W as obj, mob/user as mob)
if (istype(W, /obj/item/weapon/wrench))
user << "It's a holorack! You can't unwrench it!"
return
return