Skip to content

Commit

Permalink
Merge branch 'master' into final-valor-passover
Browse files Browse the repository at this point in the history
  • Loading branch information
Jedi-Toothpaste authored Sep 28, 2024
2 parents fe9513e + 771b608 commit 29de5a8
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 6 deletions.
15 changes: 9 additions & 6 deletions _maps/shuttles/independent/independent_dwayne.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -886,12 +886,15 @@
dir = 1
},
/obj/item/radio/weather_monitor{
pixel_x = 5;
pixel_x = 8;
pixel_y = 7
},
/obj/item/reagent_containers/food/drinks/mug{
pixel_x = -8
/obj/machinery/newscaster/directional/west,
/obj/item/paper_bin{
pixel_x = -8;
pixel_y = 6
},
/obj/item/pen/fountain,
/turf/open/floor/plasteel/mono/dark,
/area/ship/bridge)
"mR" = (
Expand Down Expand Up @@ -2686,9 +2689,8 @@
"Oz" = (
/obj/structure/table/reinforced,
/obj/effect/turf_decal/corner/opaque/ntblue/half,
/obj/machinery/newscaster/directional/west,
/obj/item/megaphone/cargo{
pixel_y = 5
/obj/machinery/fax/indie{
pixel_y = 7
},
/turf/open/floor/plasteel/mono/dark,
/area/ship/bridge)
Expand All @@ -2711,6 +2713,7 @@
/obj/item/ammo_box/c38,
/obj/item/ammo_box/c38,
/obj/item/gun/ballistic/revolver/detective,
/obj/item/megaphone/cargo,
/turf/open/floor/plasteel/mono/dark,
/area/ship/bridge)
"OP" = (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,8 @@

/// track our timers and reagents
/obj/item/organ/legion_skull/proc/skull_check()
if(!owner)
return
if(!malignance)
malignance = new()
malignance.infect(owner, FALSE)
Expand Down
4 changes: 4 additions & 0 deletions html/changelogs/AutoChangeLog-pr-3402.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
author: Sadhorizon
changes:
- {rscadd: Added a fax machine to the Dwayne-class.}
delete-after: true
5 changes: 5 additions & 0 deletions html/changelogs/AutoChangeLog-pr-3450.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
author: SomeguyManperson
changes:
- {bugfix: legion skulls will no longer check if they should rise up and consume
their owner if they are ownerless}
delete-after: true

0 comments on commit 29de5a8

Please sign in to comment.