diff --git a/code/game/objects/items/plushes.dm b/code/game/objects/items/plushes.dm index 06781504..e79a7963 100644 --- a/code/game/objects/items/plushes.dm +++ b/code/game/objects/items/plushes.dm @@ -1018,10 +1018,17 @@ /obj/item/toy/plush/tertia - desc = "An adorable stuffed toy that resembles a mischevious yet helpful slime-goat. It seems to have a warm smile." + desc = "An adorable stuffed toy that resembles a mischevious yet helpful slime-goat. It seems to have a mysterious smirk." icon_state = "tertia" item_state = "tertia" - attack_verb = list("glorped","hugged","experimented","blorbled") + attack_verb = list("glorped","hugged","experimented","baaaah'd") + squeak_override = list('sound/effects/blobattack.ogg' = 1) + +/obj/item/toy/plush/primus + desc = "An adorable stuffed toy that resembles a mad scientist goat. Its hair seems to be quite messy." + icon_state = "primus" + item_state = "primus" + attack_verb = list("glorped","hugged","experimented","baaaah'd") squeak_override = list('sound/effects/blobattack.ogg' = 1) /obj/item/toy/plush/mammal/fox diff --git a/config/awaymissionconfig.txt b/config/awaymissionconfig.txt index 634cd98c..c5ed3c37 100644 --- a/config/awaymissionconfig.txt +++ b/config/awaymissionconfig.txt @@ -8,18 +8,18 @@ #DO tick the associated code file for the away mission you are enabling. Otherwise, the map will be trying to reference objects which do not exist, which will cause runtime errors! _maps/RandomZLevels/blackmarketpackers.dmm -#_maps/RandomZLevels/spacebattle.dmm -#_maps/RandomZLevels/beach.dmm -#_maps/RandomZLevels/Academy.dmm -#_maps/RandomZLevels/wildwest.dmm -#_maps/RandomZLevels/challenge.dmm +_maps/RandomZLevels/spacebattle.dmm +_maps/RandomZLevels/beach.dmm +_maps/RandomZLevels/Academy.dmm +_maps/RandomZLevels/wildwest.dmm +_maps/RandomZLevels/challenge.dmm _maps/RandomZLevels/away_mission/jungleresort.dmm _maps/RandomZLevels/away_mission/stargate.dmm -#_maps/RandomZLevels/centcomAway.dmm +_maps/RandomZLevels/centcomAway.dmm _maps/RandomZLevels/moonoutpost19.dmm -#_maps/RandomZLevels/undergroundoutpost45.dmm +_maps/RandomZLevels/undergroundoutpost45.dmm _maps/RandomZLevels/caves.dmm _maps/RandomZLevels/snowdin.dmm _maps/RandomZLevels/research.dmm -#_maps/RandomZLevels/Cabin.dmm -#_maps/RandomZLevels/beach2.dmm +_maps/RandomZLevels/Cabin.dmm +_maps/RandomZLevels/beach2.dmm diff --git a/icons/obj/plushes.dmi b/icons/obj/plushes.dmi index 32c8a67e..200ffbe5 100644 Binary files a/icons/obj/plushes.dmi and b/icons/obj/plushes.dmi differ