mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-08-26 14:48:03 +01:00
Merge pull request #167 from Phantastic-Swan/RDs-wiser-cow
R&ds pet cow
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/mob/living/simple_animal/cow/wisdom/wisest
|
||||
name = "Vernn"
|
||||
desc = "The wisest of the wisdom cows, proudly kept by the Research Director as an appreciation of it's vast knowledge"
|
||||
speak_chance = 13 // I will make it lower once I give it the sci headset. Don't want the scientists going insane...
|
||||
|
||||
/mob/living/simple_animal/cow/wisdom/wisest/Initialize(mapload)
|
||||
. = ..()
|
||||
speak.Add("Prefer pushing from pulling", "Prefer pulling from pushing", "Do not ask the administration on how to utilize the self-pleasuring device", "Unwrenching a pipe with high pressure, will send you flying beyond measure", "Remember to tailor your hardsuit", "Beware the long-eared menace", "IT'S FUCKING FUUUUSIIIIING!!", "The all-consuming dark mass shall consume your workplace shortly", "Clowns and Engineers don't mix, and yet they are one and the same", "You will be shot in the back by a dragon dressed in blue")
|
||||
@@ -72372,6 +72372,10 @@
|
||||
/obj/machinery/atmospherics/pipe/simple/supplymain/visible,
|
||||
/turf/open/space/basic,
|
||||
/area/space/nearstation)
|
||||
"sVU" = (
|
||||
/mob/living/simple_animal/cow/wisdom/wisest,
|
||||
/turf/open/floor/carpet/purple,
|
||||
/area/command/heads_quarters/rd)
|
||||
"sWo" = (
|
||||
/obj/structure/disposalpipe/trunk{
|
||||
dir = 4
|
||||
@@ -95690,7 +95694,7 @@ bgX
|
||||
csF
|
||||
csN
|
||||
biA
|
||||
biA
|
||||
sVU
|
||||
csL
|
||||
cDj
|
||||
cDy
|
||||
|
||||
@@ -30406,6 +30406,19 @@
|
||||
},
|
||||
/turf/open/floor/plasteel,
|
||||
/area/maintenance/aft)
|
||||
"naO" = (
|
||||
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
|
||||
dir = 4
|
||||
},
|
||||
/obj/effect/turf_decal/tile/purple{
|
||||
dir = 4
|
||||
},
|
||||
/obj/effect/turf_decal/tile/purple{
|
||||
dir = 8
|
||||
},
|
||||
/mob/living/simple_animal/cow/wisdom/wisest,
|
||||
/turf/open/floor/plasteel/checker,
|
||||
/area/command/heads_quarters/rd)
|
||||
"nbl" = (
|
||||
/obj/structure/cable{
|
||||
icon_state = "1-2"
|
||||
@@ -198491,7 +198504,7 @@ qqs
|
||||
qPD
|
||||
fCi
|
||||
gYK
|
||||
aod
|
||||
naO
|
||||
arx
|
||||
dYV
|
||||
vgD
|
||||
|
||||
@@ -4067,6 +4067,7 @@
|
||||
#include "GainStation13\code\modules\language\tajara.dm"
|
||||
#include "GainStation13\code\modules\loadout\backpack.dm"
|
||||
#include "GainStation13\code\modules\loadout\gloves.dm"
|
||||
#include "GainStation13\code\modules\mob\living\simple_animal\friendly\wisest_cow.dm"
|
||||
#include "GainStation13\code\game\objects\items\storage\fancy.dm"
|
||||
#include "GainStation13\code\modules\cargo\packs\engineering.dm"
|
||||
#include "GainStation13\code\modules\cargo\packs\materials.dm"
|
||||
|
||||
Reference in New Issue
Block a user