tweaks shit

This commit is contained in:
bgobandit
2015-09-15 21:43:19 -04:00
parent aac0dd4d22
commit 0664cffa45
4 changed files with 5 additions and 1 deletions
@@ -12,6 +12,7 @@ var/global/list/obj/item/device/pda/PDAs = list()
item_state = "electronic"
w_class = 1.0
slot_flags = SLOT_ID | SLOT_BELT
origin_tech = "programming=2"
//Main variables
var/owner = null // String name of owner
+2
View File
@@ -9,6 +9,7 @@
strip_delay = 70
put_on_delay = 70
burn_state = -1 //Won't burn in fires
origin_tech = "magnets=2"
/obj/item/clothing/shoes/magboots/verb/toggle()
set name = "Toggle Magboots"
@@ -52,3 +53,4 @@
name = "blood-red magboots"
icon_state = "syndiemag0"
magboot_state = "syndiemag"
origin_tech = "magnets=2,syndicate=3"
+1 -1
View File
@@ -12,7 +12,7 @@
slot_flags = SLOT_BELT
var/scanning = 0
var/list/log = list()
origin_tech = "engineering=3"
origin_tech = "engineering=3;biotech=2"
/obj/item/device/detective_scanner/attack_self(mob/user)
if(log.len && !scanning)
@@ -140,6 +140,7 @@
var/overheat_time = 16
var/recent_reload = 1
unique_rename = 1
origin_tech = "combat=2;powerstorage=1"
/obj/item/weapon/gun/energy/kinetic_accelerator/shoot_live_shot()
overheat = 1