mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-28 02:52:28 +00:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user