mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
[LORE] Replaces most uses of "Russian" with "Soviet" (#26822)
* no russian * space * more spaces * Update walls_mineral.dm Co-authored-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com> Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com> * Update space_ruins.dm Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com> Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com> --------- Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com> Co-authored-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com> Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com>
This commit is contained in:
co-authored by
CRUNCH
AffectedArc07
parent
9225cd5817
commit
e657597b1c
@@ -27,7 +27,7 @@
|
||||
icon_state = "barrel"
|
||||
color = "#7e5c00" // So that it's slightly different from normal kegs
|
||||
|
||||
/obj/item/salvage/ruin/russian
|
||||
/obj/item/salvage/ruin/soviet
|
||||
name = "armaments cache"
|
||||
desc = "A crate of old disused Belastrav ballistic firearms that have been weathered into uselessness. They still may be of value to collectors, however."
|
||||
icon_state = "weapon_crate"
|
||||
@@ -85,7 +85,7 @@
|
||||
pickup_sound = 'sound/items/handling/taperecorder_pickup.ogg'
|
||||
drop_sound = 'sound/items/handling/taperecorder_drop.ogg'
|
||||
|
||||
/obj/item/salvage/loot/russian
|
||||
/obj/item/salvage/loot/soviet
|
||||
name = "\improper Cygni manifesto"
|
||||
desc = "A small book, written in Neo-Russkyia, detailing the manifesto of Malfoy Ames, father of The Cygni Rebellion. Banned in Federation space, it may fetch a decent price on the black market."
|
||||
icon_state = "ussp_manual"
|
||||
|
||||
@@ -38,13 +38,13 @@
|
||||
open_door_sprite = "syndicate1_door"
|
||||
anchored = FALSE
|
||||
|
||||
/obj/structure/closet/gimmick/russian
|
||||
name = "russian surplus closet"
|
||||
desc = "It's a storage unit for Russian standard-issue surplus."
|
||||
/obj/structure/closet/gimmick/soviet
|
||||
name = "soviet surplus closet"
|
||||
desc = "A storage unit for surplus USSP equipment."
|
||||
icon_state = "syndicate1"
|
||||
open_door_sprite = "syndicate1_door"
|
||||
|
||||
/obj/structure/closet/gimmick/russian/populate_contents()
|
||||
/obj/structure/closet/gimmick/soviet/populate_contents()
|
||||
new /obj/item/clothing/head/sovietsidecap(src)
|
||||
new /obj/item/clothing/head/sovietsidecap(src)
|
||||
new /obj/item/clothing/head/sovietsidecap(src)
|
||||
|
||||
@@ -308,9 +308,9 @@
|
||||
anchored = TRUE
|
||||
oreAmount = 0
|
||||
|
||||
/obj/structure/statue/russian_mulebot
|
||||
/obj/structure/statue/soviet_mulebot
|
||||
name = "OXENbot"
|
||||
desc = "Like a MULEbot, but more Russian and less functional.";
|
||||
desc = "Like a MULEbot, but more socialist and less functional.";
|
||||
icon = 'icons/obj/aibots.dmi';
|
||||
icon_state = "mulebot0";
|
||||
anchored = TRUE
|
||||
|
||||
Reference in New Issue
Block a user