Makes chemical payload bomb cores less misleading (#2151)
This commit is contained in:
committed by
kevinz000
parent
7cdeae21a5
commit
9ac752afb4
@@ -394,11 +394,11 @@
|
||||
|
||||
/obj/item/weapon/bombcore/chemical
|
||||
name = "chemical payload"
|
||||
desc = "An explosive payload designed to spread chemicals, dangerous or otherwise, across a large area. It is able to hold up to four chemical containers, and must be loaded before use."
|
||||
desc = "An explosive payload designed to spread chemicals, dangerous or otherwise, across a large area. Properties of the core may vary with grenade casing type, and must be loaded before use."
|
||||
origin_tech = "combat=4;materials=3"
|
||||
icon_state = "chemcore"
|
||||
var/list/beakers = list()
|
||||
var/max_beakers = 1
|
||||
var/max_beakers = 1 // Read on about grenade casing properties below
|
||||
var/spread_range = 5
|
||||
var/temp_boost = 50
|
||||
var/time_release = 0
|
||||
|
||||
Reference in New Issue
Block a user