Skip to content

Commit

Permalink
space
Browse files Browse the repository at this point in the history
  • Loading branch information
Explosi00N authored Dec 26, 2024
1 parent b6524cf commit d20c878
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/mining/equipment/explorer_gear.dm
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@
if(istype(C) && prob(2)) //cursed by bubblegum
if(prob(15))
new /obj/effect/hallucination/delusion(C.loc, C, force_kind = "demon", duration = 100, skip_nearby = 0)
to_chat(C, span_colossus("<b>[pick("МЕНЯ НЕ УБИТЬ.","НАЧНИ ТУТ РЕЗНЮ!","Я ТЕБЯ ВИЖУ.","МЫ ОДНО ЦЕЛОЕ!","СМЕРТИ МЕНЯ НЕ СДЕРЖАТЬ.","УСТРОЙ КРОВАВУЮ БАНЮ!")]</b>"))
to_chat(C, span_colossus("<b>[pick("МЕНЯ НЕ УБИТЬ.", "НАЧНИ ТУТ РЕЗНЮ!", "Я ТЕБЯ ВИЖУ.", "МЫ ОДНО ЦЕЛОЕ!", "СМЕРТИ МЕНЯ НЕ СДЕРЖАТЬ.", "УСТРОЙ КРОВАВУЮ БАНЮ!")]</b>"))
else
to_chat(C, span_warning("[pick("Вы слышите тихий шепот.","Вы чуете пепел.","Вам жарко.","Вы слышите рёв вдали.")]"))
to_chat(C, span_warning("[pick("Вы слышите тихий шепот.", "Вы чуете пепел.", "Вам жарко.", "Вы слышите рёв вдали.")]"))

/obj/item/clothing/head/helmet/space/hostile_environment
name = "H.E.C.K. helmet"
Expand Down

0 comments on commit d20c878

Please sign in to comment.