mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-04 14:33:58 +00:00
Fixed most of the runtimes from the latest server errorlog.
Laser Cannon: After IRC talk cost went up by 2k diamonds and 1k glass Heavy version removed as it was more or less the same as the normal Cargo: cancelorder commented out as it is broken and throws runtimes. I don't really have the time or will to dig though the code and fix it right now. If anyone else or the guy who added it wants to fix it be my guest. runtime error: Cannot read "/datum/supply_order".object git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2009 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -1016,18 +1016,9 @@ datum
|
||||
id = "lasercannon"
|
||||
req_tech = list("combat" = 4, "materials" = 3, "powerstorage" = 3)
|
||||
build_type = PROTOLATHE
|
||||
materials = list("$metal" = 10000)
|
||||
materials = list("$metal" = 10000, "$glass" = 1000, "$diamond" = 2000)
|
||||
build_path = "/obj/item/weapon/gun/energy/lasercannon"
|
||||
|
||||
heavylasercannon
|
||||
name = "Heavy Laser Cannon"
|
||||
desc = "A heavy duty laser cannon."
|
||||
id = "lasercannon"
|
||||
req_tech = list("combat" = 5, "materials" = 5, "powerstorage" = 5)
|
||||
build_type = PROTOLATHE
|
||||
materials = list("$metal" = 10000)
|
||||
build_path = "/obj/item/weapon/gun/energy/heavy lasercannon"
|
||||
|
||||
shockgun
|
||||
name = "Shock Gun"
|
||||
desc = "Your opponent has just lost THE GAME."
|
||||
|
||||
Reference in New Issue
Block a user