Skip to content

Commit

Permalink
trailing newlines because I forgot those oopsie daisy
Browse files Browse the repository at this point in the history
  • Loading branch information
MoonTheBird committed Nov 27, 2023
1 parent 0d1dbf7 commit 64b089d
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion code/modules/client/loadout/loadout_general.dm
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,4 @@

/datum/gear/rilena_poster
display_name = "poster, rilena"
path = /obj/structure/sign/poster/rilena/random
path = /obj/structure/sign/poster/rilena/random
2 changes: 1 addition & 1 deletion code/modules/clothing/suits/hoodies.dm
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@
name = "RILENA: LMR K4L1 hood"
desc = "A hood for your RILENA themed hoodie."
icon_state = "hoodie_rilena"
item_state = "hoodie_rilena"
item_state = "hoodie_rilena"
2 changes: 1 addition & 1 deletion code/modules/clothing/under/accessories.dm
Original file line number Diff line number Diff line change
Expand Up @@ -544,4 +544,4 @@
/obj/item/clothing/accessory/rilena_pin/on_uniform_dropped(obj/item/clothing/under/U, user)
var/mob/living/L = user
if(HAS_TRAIT(L, TRAIT_FAN_RILENA))
SEND_SIGNAL(L, COMSIG_CLEAR_MOOD_EVENT, "rilena_pin")
SEND_SIGNAL(L, COMSIG_CLEAR_MOOD_EVENT, "rilena_pin")
2 changes: 1 addition & 1 deletion code/modules/clothing/under/color.dm
Original file line number Diff line number Diff line change
Expand Up @@ -239,4 +239,4 @@
desc = "A t-shirt with the character T4L1 from RILENA: LMR on it."
icon_state = "rilena_shirt"
item_state = "rilena_shirt"
supports_variations = KEPORI_VARIATION
supports_variations = KEPORI_VARIATION
2 changes: 1 addition & 1 deletion code/modules/clothing/under/skirt_dress.dm
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@
desc = "A pretty red dress with big pink ribbons attached. Intended to be worn by Kepori cosplayers, but also fits other species."
icon_state = "rilena_dress"
item_state = "rilena_dress"
supports_variations = KEPORI_VARIATION
supports_variations = KEPORI_VARIATION
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@

/obj/item/modular_computer/laptop/preset/civilian/rilena/install_programs()
//var/obj/item/computer_hardware/hard_drive/hard_drive = all_components[MC_HDD]
//hard_drive.store_file(new/datum/computer_file/program/rilena()) //temporarily disabling this so it doesn't ruin anything
//hard_drive.store_file(new/datum/computer_file/program/rilena()) //temporarily disabling this so it doesn't ruin anything
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
size = 8
tgui_id = "NtosRilena"

//insert stuff here, empty for now
//insert stuff here, empty for now
2 changes: 1 addition & 1 deletion code/modules/projectiles/ammunition/energy/special.dm
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@
select_name = "T4L1 buster replica"
e_cost = 100 //should have a lot of energy
fire_sound = 'sound/effects/empulse.ogg'
delay = 3 SECONDS
delay = 3 SECONDS
2 changes: 1 addition & 1 deletion code/modules/projectiles/guns/energy/special.dm
Original file line number Diff line number Diff line change
Expand Up @@ -411,4 +411,4 @@
item_state = "buster"
desc = "A replica of T4L1's buster cannon from the popular webseries RILENA. Fires a harmless energy pellet at the target."
ammo_type = list(/obj/item/ammo_casing/energy/buster)
weapon_weight = WEAPON_LIGHT
weapon_weight = WEAPON_LIGHT
2 changes: 1 addition & 1 deletion code/modules/projectiles/projectile/energy/misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
name = "buster blast"
icon_state = "pulse1"
damage = 0
damage_type = BURN
damage_type = BURN
Original file line number Diff line number Diff line change
Expand Up @@ -2498,4 +2498,4 @@ All effects don't start immediately, but rather get worse over time; the rate is

/datum/reagent/consumable/ethanol/homesick/on_mob_metabolize(mob/living/M)
var/drink_message = pick("You think of what you've left behind...", "You think of the people who miss you...", "You think of where you're from...")
to_chat(M, "<span class='notice'>[drink_message]</span>")
to_chat(M, "<span class='notice'>[drink_message]</span>")

0 comments on commit 64b089d

Please sign in to comment.