Skip to content

Commit

Permalink
adds an updatepaths
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnFulpWillard committed May 25, 2024
1 parent 7593803 commit 849a89b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/mob/living/basic/pets/gondolas/gondolapod.dm
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@

///Checks the contents of the gondola and lets them know what they're holding.
/datum/action/innate/check_gondola_contents
name = "Deliver"
desc = "Open your pod and release any contents stored within."
name = "Check contents"
desc = "See how many items you are currently holding in your pod."
button_icon = 'icons/hud/implants.dmi'
button_icon_state = "storage"
check_flags = AB_CHECK_PHASED
Expand Down
2 changes: 2 additions & 0 deletions tools/UpdatePaths/Scripts/83451_basic_gondola.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/mob/living/simple_animal/pet/gondola : /mob/living/basic/pet/gondola{@OLD}
/mob/living/simple_animal/pet/gondola/@SUBTYPES : /mob/living/basic/pet/gondola/@SUBTYPES{@OLD}

0 comments on commit 849a89b

Please sign in to comment.