mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-22 04:24:20 +01:00
converts laser slugs to laser scatter shot (#19552)
This commit is contained in:
@@ -247,11 +247,13 @@
|
||||
muzzle_flash_range = MUZZLE_FLASH_RANGE_NORMAL
|
||||
muzzle_flash_color = LIGHT_COLOR_LIGHTBLUE
|
||||
|
||||
/obj/item/ammo_casing/shotgun/laserslug
|
||||
name = "laser slug"
|
||||
desc = "An advanced shotgun shell that uses a micro laser to replicate the effects of a laser weapon in a ballistic package."
|
||||
/obj/item/ammo_casing/shotgun/lasershot
|
||||
name = "lasershot"
|
||||
desc = "An advanced shotgun shell that uses a multitude of lenses to split a high-powered laser into eight small pellets."
|
||||
icon_state = "lshell"
|
||||
projectile_type = /obj/item/projectile/beam/laser
|
||||
projectile_type = /obj/item/projectile/beam/scatter
|
||||
pellets = 8
|
||||
variance = 35
|
||||
muzzle_flash_strength = MUZZLE_FLASH_STRENGTH_NORMAL
|
||||
muzzle_flash_range = MUZZLE_FLASH_RANGE_NORMAL
|
||||
muzzle_flash_color = LIGHT_COLOR_DARKRED
|
||||
|
||||
Reference in New Issue
Block a user