mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +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
@@ -302,11 +302,11 @@
|
||||
if(prob(80))
|
||||
new_name = "Unknown"
|
||||
hallucination_icon = 'icons/mob/simple_human.dmi'
|
||||
hallucination_icon_state = pick("arctic_skeleton", "templar", "skeleton", "russianmelee", "piratemelee", "plasma_miner_tool", "cat_butcher", "syndicate_space_sword", "syndicate_stormtrooper_sword", "zombie", "scary_clown")
|
||||
hallucination_icon_state = pick("arctic_skeleton", "templar", "skeleton", "sovietmelee", "piratemelee", "plasma_miner_tool", "cat_butcher", "syndicate_space_sword", "syndicate_stormtrooper_sword", "zombie", "scary_clown")
|
||||
|
||||
// Adjust the attack verb and sound depending on the "mob"
|
||||
switch(hallucination_icon_state)
|
||||
if("arctic_skeleton", "templar", "russianmelee", "plasma_miner_tool")
|
||||
if("arctic_skeleton", "templar", "sovietmelee", "plasma_miner_tool")
|
||||
attack_verb = "slashed"
|
||||
attack_sound = 'sound/weapons/bladeslice.ogg'
|
||||
if("cat_butcher")
|
||||
|
||||
Reference in New Issue
Block a user