Skip to content

Commit

Permalink
le fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gboster-0 committed Jan 25, 2024
1 parent 8e1950c commit 711fc84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions code/modules/vehicles/mecha/equipment/weapons/mecha_melee.dm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/obj/item/mecha_parts/mecha_equipment/hammer
name = "Rhino Hammer (Red)"
desc = "Equipment for smashing and bashing. Does Red Damage"
icon = 'ModularTegustation/Teguicons/workshop.dmi'
icon = 'modular_lobotomy/icons/workshop.dmi'
icon_state = "hammertemplate"
color = "#db2121"
equip_cooldown = 15
Expand All @@ -16,7 +16,7 @@
/obj/item/mecha_parts/mecha_equipment/hammer/rhinoblade
name = "Rhino Hammer (Black)"
desc = "Equipment for cutting and slicing. Does Black damage"
icon = 'ModularTegustation/Teguicons/workshop.dmi'
icon = 'modular_lobotomy/icons/workshop\.dmi'
icon_state = "hammertemplate"
color = "#210f3d"
equip_cooldown = 15
Expand Down
1 change: 0 additions & 1 deletion lobotomy-corp13.dme
Original file line number Diff line number Diff line change
Expand Up @@ -4055,7 +4055,6 @@
#include "ModularTegustation\tegu_disco_elysium\tegu_disco_elysium.dm"
#include "ModularTegustation\tegu_drinks\drinks.dm"
#include "ModularTegustation\tegu_drinks\twistedtea.dm"
#include "ModularTegustation\tegu_items\apostle_items.dm"
#include "ModularTegustation\tegu_jobs\gamemode_overwrite.dm"
#include "ModularTegustation\tegu_medical_code\tegu_medical.dm"
#include "ModularTegustation\tegu_mentorhelp\ahelp-reject.dm"
Expand Down
2 changes: 1 addition & 1 deletion modular_lobotomy/modules/fishing/code/turfs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
/turf/open/water/deep/proc/WarpSunkStuff(atom/movable/thing)
//Randomize department that the water dumps you at, and also delay sound so that several items being placed into the deep dont scream.
if(sound_delay <= world.time)
playsound(get_turf(src), 'modular_lobotomy/sound/abnormalities/piscinemermaid/waterjump.ogg', 20, 0, 3)
playsound(get_turf(src), 'sound/abnormalities/piscinemermaid/waterjump.ogg', 20, 0, 3)
sound_delay = world.time + (3 SECONDS)
//Might be redundant to randomize the location every time. -IP
WashedOnTheShore()
Expand Down

0 comments on commit 711fc84

Please sign in to comment.