mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
Merge pull request #8254 from Steelpoint/HoSGunSpelling
[BALANCE]Buffs the Head of Security's Firearm.
This commit is contained in:
@@ -18,7 +18,7 @@ datum/objective_item/steal/caplaser
|
||||
excludefromjob = list("Captain")
|
||||
|
||||
datum/objective_item/steal/hoslaser
|
||||
name = "the head of security's recreated antique laser gun"
|
||||
name = "the head of security's personal laser gun"
|
||||
targetitem = /obj/item/weapon/gun/energy/gun/hos
|
||||
difficulty = 10
|
||||
excludefromjob = list("Head Of Security")
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
update_icon()
|
||||
|
||||
/obj/item/weapon/gun/energy/gun/hos
|
||||
desc = "This is a modern recreation of the antique laser gun. This gun has several unique firemodes, but lacks the ability to recharge over time, its also expensive."
|
||||
desc = "This is a expensive, modern recreation of a antique laser gun. This gun has several unique firemodes, but lacks the ability to recharge over time."
|
||||
icon_state = "hoslaser"
|
||||
item_state = null
|
||||
force = 10
|
||||
@@ -126,4 +126,4 @@
|
||||
trigger_guard = 0
|
||||
|
||||
obj/item/weapon/gun/energy/gun/turret/update_icon()
|
||||
icon_state = initial(icon_state)
|
||||
icon_state = initial(icon_state)
|
||||
|
||||
Reference in New Issue
Block a user