mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +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
@@ -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