Merge pull request #14817 from zeroisthebiggay/endit
[READY] tempgun rebalance (it's not a nerf don't worry)
This commit is contained in:
@@ -1,9 +1,17 @@
|
||||
/obj/item/projectile/temp
|
||||
name = "freeze beam"
|
||||
icon_state = "ice_2"
|
||||
pass_flags = PASSTABLE | PASSGLASS | PASSGRILLE
|
||||
damage = 0
|
||||
light_range = 2
|
||||
damage_type = BURN
|
||||
nodamage = FALSE
|
||||
hitsound = 'sound/weapons/frost.ogg'
|
||||
hitsound_wall = 'sound/weapons/frost.ogg'
|
||||
ricochets_max = 50 //Honk!
|
||||
ricochet_chance = 80
|
||||
is_reflectable = TRUE
|
||||
light_color = LIGHT_COLOR_BLUE
|
||||
flag = "energy"
|
||||
var/temperature = 100
|
||||
|
||||
@@ -15,7 +23,12 @@
|
||||
|
||||
/obj/item/projectile/temp/hot
|
||||
name = "heat beam"
|
||||
icon_state = "lava"
|
||||
damage = 10
|
||||
hitsound = 'sound/weapons/sear.ogg'
|
||||
hitsound_wall = 'sound/weapons/effects/searwall.ogg'
|
||||
temperature = 400
|
||||
light_color = LIGHT_COLOR_RED
|
||||
|
||||
/obj/item/projectile/temp/cryo
|
||||
name = "cryo beam"
|
||||
|
||||
Reference in New Issue
Block a user