mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
committed by
GitHub
parent
b2ff3a4bc0
commit
8ffdc6cc33
@@ -23,7 +23,7 @@
|
||||
min_pressure_protection = 0 * ONE_ATMOSPHERE
|
||||
max_pressure_protection = 3 * ONE_ATMOSPHERE
|
||||
max_heat_protection_temperature = SPACE_SUIT_MAX_HEAT_PROTECTION_TEMPERATURE
|
||||
allowed = list(/obj/item/gun,/obj/item/ammo_magazine,/obj/item/ammo_casing,/obj/item/melee/baton,/obj/item/melee/energy/sword,/obj/item/handcuffs,/obj/item/tank/emergency/oxygen)
|
||||
allowed = list(POCKET_SECURITY, POCKET_EMERGENCY, /obj/item/melee/baton,/obj/item/melee/energy/sword,/obj/item/handcuffs)
|
||||
|
||||
/obj/item/clothing/head/darkvrwizard
|
||||
name = "wizard hat"
|
||||
@@ -50,7 +50,7 @@
|
||||
min_pressure_protection = 0 * ONE_ATMOSPHERE
|
||||
max_pressure_protection = 3 * ONE_ATMOSPHERE
|
||||
max_heat_protection_temperature = SPACE_SUIT_MAX_HEAT_PROTECTION_TEMPERATURE
|
||||
allowed = list(/obj/item/gun,/obj/item/ammo_magazine,/obj/item/ammo_casing,/obj/item/melee/baton,/obj/item/melee/energy/sword,/obj/item/handcuffs,/obj/item/tank/emergency/oxygen)
|
||||
allowed = list(POCKET_SECURITY, POCKET_EMERGENCY, /obj/item/melee/baton,/obj/item/melee/energy/sword)
|
||||
|
||||
//Candy section
|
||||
/obj/item/clothing/head/psy_crown/candycrown
|
||||
|
||||
@@ -20,10 +20,7 @@
|
||||
boot_type = /obj/item/clothing/shoes/magboots/rig/ch/clockwork
|
||||
cell_type = /obj/item/cell/clockwork
|
||||
|
||||
allowed = list(/obj/item/flashlight,
|
||||
/obj/item/tank,/obj/item/suit_cooling_unit,/obj/item/storage/bag/ore,
|
||||
/obj/item/t_scanner,/obj/item/pickaxe, /obj/item/rcd,/obj/item/storage/backpack,
|
||||
/obj/item/bluespaceradio, /obj/item/defib_kit, /obj/item/ratvarian_spear
|
||||
allowed = list(POCKET_GENERIC, POCKET_ALL_TANKS, POCKET_SUIT_REGULATORS, POCKET_MINING, POCKET_ENGINEERING, POCKET_HEAVYTOOLS, POCKET_BAYSUIT, /obj/item/storage/backpack, /obj/item/ratvarian_spear
|
||||
)
|
||||
|
||||
initial_modules = list(
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
|
||||
req_one_access = list()
|
||||
req_access = list(access_engine)
|
||||
allowed = list(/obj/item/flashlight,/obj/item/tank,/obj/item/suit_cooling_unit,/obj/item/storage)
|
||||
allowed = list(POCKET_GENERIC, POCKET_ALL_TANKS, POCKET_SECURITY, POCKET_SUIT_REGULATORS)
|
||||
offline_vision_restriction = 1
|
||||
|
||||
initial_modules = list(
|
||||
@@ -76,7 +76,7 @@
|
||||
emp_protection = 40 //change this to 30 if too high.
|
||||
|
||||
req_one_access = list()
|
||||
allowed = list(/obj/item/flashlight,/obj/item/tank,/obj/item/suit_cooling_unit,/obj/item/storage)
|
||||
allowed = list(POCKET_GENERIC, POCKET_ALL_TANKS, POCKET_SECURITY, POCKET_SUIT_REGULATORS)
|
||||
offline_vision_restriction = 1
|
||||
|
||||
initial_modules = list(
|
||||
|
||||
Reference in New Issue
Block a user