mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-26 10:03:45 +00:00
Giga Drill now has a sprite.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1321 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -2529,7 +2529,7 @@ var/list/datum/material_recipe/MATERIAL_RECIPES = list(
|
||||
throwforce = 4.0
|
||||
item_state = "pickaxe"
|
||||
w_class = 4.0
|
||||
m_amt = 3000 //amking them on par with the require materials to make silver, gold, and diamond picks
|
||||
m_amt = 3000 //mamking them on par with the require materials to make silver, gold, and diamond picks
|
||||
var/digspeed = 40 //moving the delay to an item var so R&D can make improved picks. --NEO
|
||||
|
||||
silver
|
||||
@@ -2575,10 +2575,12 @@ var/list/datum/material_recipe/MATERIAL_RECIPES = list(
|
||||
icon_state = "jackhammer"
|
||||
item_state = "jackhammer"
|
||||
digspeed = 30
|
||||
desc = "You've dig what you dug. Look out for giant lizards."
|
||||
desc = "The perfect weapon to kill space lizard with in the mines, includes bicycle pump."
|
||||
|
||||
drill
|
||||
name = "Giga Drill"
|
||||
icon_state = "jackhammer"
|
||||
item_state = "gigadrill"
|
||||
digspeed = 10
|
||||
desc = "Yours is the drill that will pierce the heavens!"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user