mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 13:07:46 +01:00
massive burndown (#29894)
This commit is contained in:
@@ -782,7 +782,6 @@
|
||||
name = "TSF Lieutenant"
|
||||
uniform = /obj/item/clothing/under/solgov/command
|
||||
head = /obj/item/clothing/head/beret/solgov
|
||||
glasses = /obj/item/clothing/glasses/night
|
||||
back = /obj/item/storage/backpack/satchel
|
||||
shoes = /obj/item/clothing/shoes/magboots/elite
|
||||
l_ear = /obj/item/radio/headset/ert/alt/commander/solgov
|
||||
@@ -824,8 +823,6 @@
|
||||
uniform = /obj/item/clothing/under/solgov/command/elite
|
||||
suit = /obj/item/clothing/suit/space/hardsuit/ert/solgov/command
|
||||
head = null
|
||||
mask = /obj/item/clothing/mask/gas/explorer/marines
|
||||
glasses = /obj/item/clothing/glasses/night
|
||||
belt = /obj/item/melee/baton/loaded
|
||||
l_hand = null
|
||||
suit_store = /obj/item/gun/projectile/automatic/pistol/deagle
|
||||
@@ -877,7 +874,6 @@
|
||||
shoes = /obj/item/clothing/shoes/combat
|
||||
belt = /obj/item/melee/classic_baton/telescopic
|
||||
back = /obj/item/storage/backpack/security
|
||||
box = /obj/item/storage/box/survival
|
||||
|
||||
/datum/outfit/admin/trader/commie
|
||||
name = "USSP Trader"
|
||||
@@ -1067,7 +1063,6 @@
|
||||
|
||||
uniform = /obj/item/clothing/under/rank/security/detective
|
||||
suit = /obj/item/clothing/suit/storage/det_suit
|
||||
shoes = /obj/item/clothing/shoes/black
|
||||
head = /obj/item/clothing/head/det_hat
|
||||
glasses = /obj/item/clothing/glasses/thermal/monocle
|
||||
l_pocket = /obj/item/ammo_box/a357
|
||||
@@ -1079,11 +1074,9 @@
|
||||
|
||||
uniform = /obj/item/clothing/under/rank/civilian/chef
|
||||
suit = /obj/item/clothing/suit/chef
|
||||
shoes = /obj/item/clothing/shoes/black
|
||||
head = /obj/item/clothing/head/chefhat
|
||||
l_pocket = /obj/item/kitchen/knife
|
||||
r_pocket = /obj/item/kitchen/knife
|
||||
l_hand = /obj/item/kitchen/knife
|
||||
r_hand = /obj/item/kitchen/rollingpin
|
||||
|
||||
/datum/outfit/admin/tournament/tournament_janitor
|
||||
@@ -1091,7 +1084,6 @@
|
||||
|
||||
uniform = /obj/item/clothing/under/rank/civilian/janitor
|
||||
back = /obj/item/storage/backpack
|
||||
shoes = /obj/item/clothing/shoes/black
|
||||
l_hand = /obj/item/reagent_containers/glass/bucket
|
||||
backpack_contents = list(
|
||||
/obj/item/grenade/chem_grenade/cleaner = 2,
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
pda = /obj/item/pda/centcom
|
||||
|
||||
internals_slot = ITEM_SLOT_SUIT_STORE
|
||||
toggle_helmet = TRUE
|
||||
|
||||
cybernetic_implants = list(
|
||||
/obj/item/organ/internal/cyberimp/arm/surgery/debug,
|
||||
@@ -55,7 +54,6 @@
|
||||
desc = "Lets you listen to <b>everything</b>. Use in hand to toggle voice changing. Alt-click to change your fake name."
|
||||
icon_state = "com_cypherkey"
|
||||
channels = list("Response Team" = 1, "Special Ops" = 1, "Science" = 1, "Command" = 1, "Medical" = 1, "Engineering" = 1, "Security" = 1, "Supply" = 1, "Service" = 1, "Procedure" = 1) // just in case
|
||||
syndie = TRUE
|
||||
change_voice = FALSE
|
||||
|
||||
/obj/item/encryptionkey/syndicate/all_channels/Initialize(mapload)
|
||||
@@ -98,7 +96,6 @@
|
||||
desc = "Diagnostic, Hydroponic, Medical, Security, and Skills HUD. Built-in advanced reagent scanner. Alt-click to toggle X-ray vision."
|
||||
icon_state = "nvgmeson"
|
||||
hud_debug = TRUE
|
||||
flags_cover = GLASSESCOVERSEYES
|
||||
flash_protect = FLASH_PROTECTION_WELDER
|
||||
scan_reagents_advanced = TRUE
|
||||
|
||||
@@ -147,8 +144,6 @@
|
||||
desc = "Spawn a human by aiming at a turf and clicking. Use in hand to change type."
|
||||
icon = 'icons/obj/guns/magic.dmi'
|
||||
icon_state = "nothingwand"
|
||||
lefthand_file = 'icons/mob/inhands/items_lefthand.dmi'
|
||||
righthand_file = 'icons/mob/inhands/items_righthand.dmi'
|
||||
w_class = WEIGHT_CLASS_SMALL
|
||||
var/datum/species/selected_species
|
||||
var/activate_mind = FALSE
|
||||
@@ -263,7 +258,6 @@
|
||||
//
|
||||
|
||||
/obj/item/storage/box/debug
|
||||
w_class = WEIGHT_CLASS_NORMAL
|
||||
max_w_class = WEIGHT_CLASS_NORMAL
|
||||
max_combined_w_class = 1000
|
||||
storage_slots = 99
|
||||
|
||||
Reference in New Issue
Block a user