Merge pull request #8679 from Yoshax/tempgun

Fixes #8672
This commit is contained in:
Zuhayr
2015-03-31 15:17:47 +10:30

View File

@@ -2,7 +2,7 @@
name = "temperature gun" name = "temperature gun"
icon_state = "freezegun" icon_state = "freezegun"
fire_sound = 'sound/weapons/pulse3.ogg' fire_sound = 'sound/weapons/pulse3.ogg'
desc = "A gun that changes temperatures." desc = "A gun that changes temperatures. It has a small label on the side, 'More extreme temperatures will cost more charge!'"
var/temperature = T20C var/temperature = T20C
var/current_temperature = T20C var/current_temperature = T20C
charge_cost = 100 charge_cost = 100
@@ -10,7 +10,7 @@
slot_flags = SLOT_BELT|SLOT_BACK slot_flags = SLOT_BELT|SLOT_BACK
projectile_type = /obj/item/projectile/temp projectile_type = /obj/item/projectile/temp
cell_type = /obj/item/weapon/cell/crap cell_type = /obj/item/weapon/cell/high
/obj/item/weapon/gun/energy/temperature/New() /obj/item/weapon/gun/energy/temperature/New()