From 4c7a2dc853f6c523fbfbb6e4b8aa62582fa23c7d Mon Sep 17 00:00:00 2001 From: Ren Erthilo Date: Thu, 26 Apr 2012 22:42:56 +0100 Subject: [PATCH] TG: Fixed the objectives not being assigned properly when the Summon Guns spell is used. Removed the wizard's Nar-Sie grav pull entirely to reduce lag/it is strong enough as is. Fixed the gyrojet projectile name Removed the ion rifle from the armoury Revision: r3272 Author: kortgstation --- code/modules/projectiles/projectile/special.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/projectiles/projectile/special.dm b/code/modules/projectiles/projectile/special.dm index c8ead597efd..7821b66cd77 100644 --- a/code/modules/projectiles/projectile/special.dm +++ b/code/modules/projectiles/projectile/special.dm @@ -1,5 +1,5 @@ /obj/item/projectile/ion - name = "\improper Ion Bolt" + name = "ion bolt" icon_state = "ion" damage = 0 damage_type = BURN @@ -13,7 +13,7 @@ /obj/item/projectile/bullet/gyro - name ="\improper Rocket" + name ="explosive bolt" icon_state= "bolter" damage = 50 flag = "bullet" @@ -24,7 +24,7 @@ return 1 /obj/item/projectile/temp - name = "\improper Freeze Beam" + name = "freeze beam" icon_state = "ice_2" damage = 0 damage_type = BURN