Merge pull request #14535 from Qwertytoforty/anti-bluespace-shenanigins

Nerfs the bluespace wormhole projector
This commit is contained in:
AffectedArc07
2020-10-11 14:15:42 +01:00
committed by GitHub
2 changed files with 4 additions and 1 deletions
@@ -187,7 +187,8 @@
/obj/item/ammo_casing/energy/wormhole
projectile_type = /obj/item/projectile/beam/wormhole
muzzle_flash_color = "#33CCFF"
e_cost = 0
delay = 10
e_cost = 100
fire_sound = 'sound/weapons/pulse3.ogg'
var/obj/item/gun/energy/wormhole_projector/gun = null
select_name = "blue"
@@ -200,6 +200,8 @@
item_state = null
icon_state = "wormhole_projector1"
origin_tech = "combat=4;bluespace=6;plasmatech=4;engineering=4"
charge_delay = 5
selfcharge = TRUE
var/obj/effect/portal/blue
var/obj/effect/portal/orange