Clown Ops

This commit is contained in:
Cruix
2018-03-16 23:40:53 -07:00
committed by CitadelStationBot
parent 13709a7d34
commit b4457dfefd
30 changed files with 703 additions and 78 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
var/equip_ready = 1 //whether the equipment is ready for use. (or deactivated/activated for static stuff)
var/energy_drain = 0
var/obj/mecha/chassis = null
var/range = MELEE //bitflags
var/range = MELEE //bitFflags
var/salvageable = 1
var/selectable = 1 // Set to 0 for passive equipment such as mining scanner or armor plates
var/pacifist_safe = TRUE //Controls if equipment can be used to attack by a pacifist.