mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-21 15:42:35 +00:00
New Item RndFixes (#628)
This commit is contained in:
@@ -150,7 +150,7 @@
|
||||
w_class = 3
|
||||
force = 10
|
||||
projectile_type = /obj/item/projectile/energy/blaster
|
||||
max_shots = 30
|
||||
max_shots = 15
|
||||
|
||||
firemodes = list(
|
||||
list(name="single shot", burst=1, burst_delay = 1, fire_delay = 0),
|
||||
|
||||
@@ -127,11 +127,11 @@
|
||||
name = "blaster bolt"
|
||||
icon_state = "laser"
|
||||
check_armour = "laser"
|
||||
damage = 10
|
||||
damage = 15
|
||||
damage_type = BURN
|
||||
pass_flags = PASSTABLE | PASSGLASS | PASSGRILLE
|
||||
embed = 0
|
||||
incinerate = 5
|
||||
incinerate = 2
|
||||
|
||||
/*/obj/item/projectile/energy/flamer
|
||||
name = "promethium"
|
||||
|
||||
Reference in New Issue
Block a user