Skip to content
This repository has been archived by the owner on Nov 11, 2021. It is now read-only.

Commit

Permalink
фаерпруф
Browse files Browse the repository at this point in the history
  • Loading branch information
TequilaSunrise272 committed Feb 14, 2022
1 parent 431edf5 commit 78ca4aa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions white/rebolution228/copypasta/clothing/hats.dm
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
visor_flags_inv = HIDESNOUT
flags_cover = HEADCOVERSEYES | HEADCOVERSMOUTH | PEPPERPROOF
visor_flags_cover = HEADCOVERSEYES | HEADCOVERSMOUTH | PEPPERPROOF
heat_protection = HEAD
max_heat_protection_temperature = FIRE_HELM_MAX_TEMP_PROTECT
dog_fashion = null
toggle_cooldown = 0.5
flash_protect = FLASH_PROTECTION_FLASH
Expand Down
2 changes: 2 additions & 0 deletions white/rebolution228/copypasta/clothing/suits.dm
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@
inhand_icon_state = "swat_suit"
body_parts_covered = CHEST|GROIN|LEGS|ARMS|FEET|HANDS // на спрайте сзади торчит жопа, а у нас в коде нет такого, поэтому похуй
clothing_flags = BLOCKS_SHOVE_KNOCKDOWN
heat_protection = CHEST|GROIN|LEGS|ARMS
max_heat_protection_temperature = FIRE_SUIT_MAX_TEMP_PROTECT
strip_delay = 90
equip_delay_other = 60
armor = list(MELEE = 90, BULLET = 80, LASER = 50, ENERGY = 40, BOMB = 50, BIO = 20, RAD = 20, FIRE = 80, ACID = 80, WOUND = 20)
Expand Down
5 changes: 3 additions & 2 deletions white/valtos/code/unsorted/sobr.dm
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@

uniform = /obj/item/clothing/under/rank/omon/telnajka
suit = /obj/item/clothing/suit/armor/bulletproof/omon
suit_store = /obj/item/melee/classic_baton/german
shoes = /obj/item/clothing/shoes/jackboots
gloves = /obj/item/clothing/gloves/fingerless
ears = /obj/item/radio/headset/headset_cent/alt
Expand Down Expand Up @@ -196,8 +197,8 @@

/obj/item/implant/sound_implant/get_data()
var/dat = {"<b>Имплант:</b><BR>
<b>Название:</b> Пиздец?<BR>
<b>Триггер:</b> Сдохнуть.<BR>
<b>Название:</b> Звук смерти.<BR>
<b>Триггер:</b> Умереть.<BR>
"}
return dat

Expand Down

0 comments on commit 78ca4aa

Please sign in to comment.