Removes Resomi.

This commit is contained in:
Zuhayr
2015-12-21 09:56:11 +10:30
parent 6faeea5462
commit c9f579e00a
31 changed files with 9 additions and 228 deletions
@@ -11,7 +11,6 @@ var/global/list/obj/item/device/pda/PDAs = list()
item_state = "electronic"
w_class = 2.0
slot_flags = SLOT_ID | SLOT_BELT
sprite_sheets = list("Resomi" = 'icons/mob/species/resomi/id.dmi')
//Main variables
var/owner = null
@@ -94,10 +94,6 @@
icon_state = "id"
item_state = "card-id"
sprite_sheets = list(
"Resomi" = 'icons/mob/species/resomi/id.dmi'
)
var/access = list()
var/registered_name = "Unknown" // The name registered_name on the card
slot_flags = SLOT_ID
@@ -17,7 +17,6 @@
var/breakouttime = 1200 //Deciseconds = 120s = 2 minutes
var/cuff_sound = 'sound/weapons/handcuffs.ogg'
var/cuff_type = "handcuffs"
sprite_sheets = list("Resomi" = 'icons/mob/species/resomi/handcuffs.dmi')
/obj/item/weapon/handcuffs/attack(var/mob/living/carbon/C, var/mob/living/user)
@@ -17,9 +17,6 @@
slot_l_hand_str = "backpack",
slot_r_hand_str = "backpack",
)
sprite_sheets = list(
"Resomi" = 'icons/mob/species/resomi/back.dmi'
)
w_class = 4
slot_flags = SLOT_BACK
max_w_class = 3
@@ -6,7 +6,6 @@
item_state = "utility"
slot_flags = SLOT_BELT
attack_verb = list("whipped", "lashed", "disciplined")
sprite_sheets = list("Resomi" = 'icons/mob/species/resomi/belt.dmi')
var/show_above_suit = 0
@@ -23,10 +23,6 @@ var/list/global/tank_gauge_cache = list()
throw_speed = 1
throw_range = 4
sprite_sheets = list(
"Resomi" = 'icons/mob/species/resomi/back.dmi'
)
var/datum/gas_mixture/air_contents = null
var/distribute_pressure = ONE_ATMOSPHERE
var/integrity = 3