mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-15 12:42:50 +00:00
Phoron Bore adjustment from Staff Meeting.
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user