Phoron Bore adjustment from Staff Meeting.

This commit is contained in:
Mechoid
2023-02-20 03:50:11 -08:00
parent 14a10960b7
commit 9aa0e10bc2
3 changed files with 7 additions and 4 deletions

View File

@@ -82,7 +82,7 @@
return "<span class='notice'>It has [mat_storage] out of [max_mat_storage] units of [ammo_material] loaded.</span>"
else
return "<span class='warning'>It\'s out of [ammo_material]!</span>"
/obj/item/gun/magnetic/matfed/attackby(var/obj/item/thing, var/mob/user)
if(removable_components)
@@ -94,6 +94,7 @@
user.visible_message("<span class='notice'>\The [user] levers \the [manipulator] from \the [src].</span>")
playsound(src, thing.usesound, 50, 1)
mat_cost = initial(mat_cost)
power_cost = initial(power_cost)
manipulator = null
update_icon()
update_rating_mod()
@@ -107,6 +108,7 @@
user.drop_from_inventory(manipulator, src)
playsound(src, 'sound/machines/click.ogg', 10,1)
mat_cost = initial(mat_cost) / (2*manipulator.rating)
power_cost = initial(power_cost) + 50 * manipulator.get_rating()
user.visible_message("<span class='notice'>\The [user] slots \the [manipulator] into \the [src].</span>")
update_icon()
update_rating_mod()

View File

@@ -164,7 +164,8 @@
/obj/item/projectile/bullet/magnetic/bore
name = "phorogenic blast"
icon_state = "purpleemitter"
damage = 20
damage = 15
damage_type = SEARING
incendiary = 1
armor_penetration = 20
penetrating = 0