mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-28 19:12:01 +00:00
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user