Skip to content

Commit

Permalink
Makes the wylom scope not a giant scam (#1103)
Browse files Browse the repository at this point in the history
silly funny
  • Loading branch information
Paxilmaniac authored and StealsThePRs committed Feb 23, 2024
1 parent 2834330 commit 7b24d34
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@

force = 15 // I mean if you're gonna beat someone with the thing you might as well get damage appropriate for how big the fukken thing is

/obj/item/gun/ballistic/automatic/wylom/Initialize(mapload)
. = ..()

AddComponent(/datum/component/scope, range_modifier = 0.5)

/obj/item/gun/ballistic/automatic/wylom/give_manufacturer_examine()
AddElement(/datum/element/manufacturer_examine, COMPANY_SZOT)
AddElement(/datum/element/gun_launches_little_guys, throwing_force = 3, throwing_range = 5)
Expand Down

0 comments on commit 7b24d34

Please sign in to comment.