mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
[MIRROR] Gets rid of hasvar usage and moves up some vars (#11484)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
committed by
GitHub
parent
f3954fdbeb
commit
938e760841
@@ -120,7 +120,7 @@
|
||||
icon_state = "plasmacutter"
|
||||
item_state = "plasmacutter"
|
||||
w_class = ITEMSIZE_NORMAL //it is smaller than the pickaxe
|
||||
damtype = "fire"
|
||||
damtype = BURN
|
||||
digspeed = 18 //Can slice though normal walls, all girders, or be used in reinforced wall deconstruction/light thermite on fire
|
||||
origin_tech = list(TECH_MATERIAL = 4, TECH_PHORON = 3, TECH_ENGINEERING = 3)
|
||||
matter = list(MAT_STEEL = 3000, MAT_PLASTEEL = 1500, MAT_DIAMONDS = 500, MAT_PHORON = 500)
|
||||
|
||||
@@ -263,7 +263,7 @@
|
||||
return
|
||||
|
||||
remove_points(inserted_id, prize.cost)
|
||||
var/obj/I = new prize.equipment_path(loc)
|
||||
var/obj/item/I = new prize.equipment_path(loc)
|
||||
I.persist_storable = FALSE
|
||||
flick(icon_vend, src)
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user