mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 12:47:16 +01:00
[MIRROR] Corrects plastique explosive blast size (#12338)
Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
co-authored by
Will
parent
83fbfbf6dd
commit
f42f959d9c
@@ -13,7 +13,7 @@
|
||||
var/atom/target = null
|
||||
var/open_panel = 0
|
||||
var/image_overlay = null
|
||||
var/blast_dev = 3
|
||||
var/blast_dev = 0
|
||||
var/blast_heavy = 1
|
||||
var/blast_light = 2
|
||||
var/blast_flash = 3
|
||||
@@ -100,6 +100,7 @@
|
||||
name = "seismic charge"
|
||||
desc = "Used to dig holes in specific areas without too much extra hole."
|
||||
|
||||
blast_dev = 3
|
||||
blast_heavy = 2
|
||||
blast_light = 4
|
||||
blast_flash = 7
|
||||
|
||||
Reference in New Issue
Block a user