Improved pepper spray, added a safety catch to pepper spray and space cleaner, added a wire to reset the module of a borg.

This commit is contained in:
SkyMarshal
2011-12-15 23:58:17 -07:00
parent 79ad7d1ae9
commit 159ce32cc7
6 changed files with 88 additions and 28 deletions
+3 -1
View File
@@ -45,10 +45,12 @@
var/datum/effect/effect/system/ion_trail_follow/ion_trail = null
var/datum/effect/effect/system/spark_spread/spark_system//So they can initialize sparks whenever/N
var/jeton = 0
var/borgwires = 15
var/borgwires = 31
var/killswitch = 0
var/killswitch_time = 60
var/weapon_lock = 0
var/weaponlock_time = 120
var/lawupdate = 1 //Cyborgs will sync their laws with their AI by default
var/lockcharge //Used when locking down a borg to preserve cell charge
var/channels = list()
var/modlock = 0
+2
View File
@@ -510,6 +510,7 @@
w_class = 2.0
throw_speed = 2
throw_range = 10
var/catch = 1
/obj/item/weapon/chemsprayer
desc = "A utility used to spray large amounts of reagent in a given area."
@@ -535,6 +536,7 @@
w_class = 2.0
throw_speed = 2
throw_range = 10
var/catch = 1
/obj/item/weapon/clipboard
name = "clipboard"