mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
Fixed the meteor gamemode always failing to start.
Tweaked some numbers for deconstruction costs for laser cannons and heavy laser cannons. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1972 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -1077,6 +1077,7 @@
|
||||
icon_state = "laser"
|
||||
force = 15
|
||||
fire_sound = 'pulse.ogg'
|
||||
origin_tech = "combat=4;materials=3;powerstorage=3"
|
||||
load_into_chamber()
|
||||
if(in_chamber)
|
||||
return 1
|
||||
@@ -1112,6 +1113,7 @@
|
||||
icon_state = "laser"
|
||||
force = 20
|
||||
fire_sound = 'pulse.ogg'
|
||||
origin_tech = "combat=4;materials=4;powerstorage=4"
|
||||
load_into_chamber()
|
||||
if(in_chamber)
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user