mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-27 10:32:40 +00:00
Merge pull request #7435 from mwerezak/esword
Adds NOBLOODY to holoswords
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user