From b617e06a304d5640e99fa0fa3db61820e508cf9d Mon Sep 17 00:00:00 2001 From: TaxMaster Date: Sun, 19 Mar 2017 20:03:37 -0500 Subject: [PATCH] A small fix (#279) * Adds In Deep from RA2 into the roundstart music * Adds In Deep from RA2 into the roundstart music * A few minor things Fixes up my plasmagun code so that the projectiles have an impact_effect, Adds the enclave power armor from Fallout 13 (currently admin spawn only), and adds a Krotchy doll into the arcade prize list (Sprites were in Fallout 13's git but I suspect it originated somewhere else). * Remove crap Removing the extra crap so its now just a single-line fix. * AAAA ultra-hotfix --- code/modules/projectiles/projectile/plasma.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/projectiles/projectile/plasma.dm b/code/modules/projectiles/projectile/plasma.dm index 4ea970c2e9..798f870056 100644 --- a/code/modules/projectiles/projectile/plasma.dm +++ b/code/modules/projectiles/projectile/plasma.dm @@ -7,6 +7,7 @@ obj/item/projectile/energy/plasmabolt damage_type = BURN hitsound = 'sound/weapons/sear.ogg' hitsound_wall = 'sound/weapons/effects/searwall.ogg' + impact_effect_type = /obj/effect/overlay/temp/impact_effect/green_laser /obj/item/projectile/energy/plasmabolt/light damage = 35