mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
Replacing monkie with monkey...
Replaced 11 strings in 8 files Shout at me if this breaks anything. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2569 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
spread_type = SPECIAL
|
spread_type = SPECIAL
|
||||||
affected_species = list("Monkey", "Human")
|
affected_species = list("Monkey", "Human")
|
||||||
curable = 0
|
curable = 0
|
||||||
desc = "Monkies with this disease will bite humans, causing humans to spontaneously mutate into a monkey."
|
desc = "monkeys with this disease will bite humans, causing humans to spontaneously mutate into a monkey."
|
||||||
severity = "Medium"
|
severity = "Medium"
|
||||||
//stage_prob = 100
|
//stage_prob = 100
|
||||||
agent = "Kongey Vibrion M-909"
|
agent = "Kongey Vibrion M-909"
|
||||||
|
|||||||
@@ -322,7 +322,7 @@ Neutralize All Unidentified Life Signs: []<BR>"},
|
|||||||
continue // if threat level < 4, keep going
|
continue // if threat level < 4, keep going
|
||||||
|
|
||||||
else if (istype(C, /mob/living/carbon/monkey) || istype(C, /mob/living/silicon))
|
else if (istype(C, /mob/living/carbon/monkey) || istype(C, /mob/living/silicon))
|
||||||
continue // Don't target monkies or borgs/AIs you dumb shit
|
continue // Don't target monkeys or borgs/AIs you dumb shit
|
||||||
|
|
||||||
var/dst = get_dist(src, C) // if it's too far away, why bother?
|
var/dst = get_dist(src, C) // if it's too far away, why bother?
|
||||||
if (dst > 12)
|
if (dst > 12)
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
// if (src.loc != usr)
|
// if (src.loc != usr)
|
||||||
// return
|
// return
|
||||||
// if ((istype(usr, /mob/living/carbon/human) || (ticker && ticker.mode.name == "monkey")))
|
// if ((istype(usr, /mob/living/carbon/human) || (ticker && ticker.mode.name == "monkey")))
|
||||||
if (ishuman(usr) || ismonkey(usr)) //so monkies can take off their backpacks -- Urist
|
if (ishuman(usr) || ismonkey(usr)) //so monkeys can take off their backpacks -- Urist
|
||||||
var/mob/M = usr
|
var/mob/M = usr
|
||||||
if (!( istype(over_object, /obj/screen) ))
|
if (!( istype(over_object, /obj/screen) ))
|
||||||
return ..()
|
return ..()
|
||||||
|
|||||||
@@ -1969,7 +1969,7 @@
|
|||||||
<A href='?src=\ref[src];secretsfun=sec_clothes'>Remove 'internal' clothing</A><BR>
|
<A href='?src=\ref[src];secretsfun=sec_clothes'>Remove 'internal' clothing</A><BR>
|
||||||
<A href='?src=\ref[src];secretsfun=sec_all_clothes'>Remove ALL clothing</A><BR>
|
<A href='?src=\ref[src];secretsfun=sec_all_clothes'>Remove ALL clothing</A><BR>
|
||||||
<A href='?src=\ref[src];secretsfun=toxic'>Toxic Air (WARNING: dangerous)</A><BR>
|
<A href='?src=\ref[src];secretsfun=toxic'>Toxic Air (WARNING: dangerous)</A><BR>
|
||||||
<A href='?src=\ref[src];secretsfun=monkey'>Turn all humans into monkies</A><BR>
|
<A href='?src=\ref[src];secretsfun=monkey'>Turn all humans into monkeys</A><BR>
|
||||||
<A href='?src=\ref[src];secretsfun=sec_classic1'>Remove firesuits, grilles, and pods</A><BR>
|
<A href='?src=\ref[src];secretsfun=sec_classic1'>Remove firesuits, grilles, and pods</A><BR>
|
||||||
<A href='?src=\ref[src];secretsfun=power'>Make all areas powered</A><BR>
|
<A href='?src=\ref[src];secretsfun=power'>Make all areas powered</A><BR>
|
||||||
<A href='?src=\ref[src];secretsfun=unpower'>Make all areas unpowered</A><BR>
|
<A href='?src=\ref[src];secretsfun=unpower'>Make all areas unpowered</A><BR>
|
||||||
|
|||||||
@@ -1106,10 +1106,10 @@
|
|||||||
reagents.add_reagent("capsaicin", 6)
|
reagents.add_reagent("capsaicin", 6)
|
||||||
bitesize = 4
|
bitesize = 4
|
||||||
|
|
||||||
/obj/item/weapon/reagent_containers/food/snacks/monkiesdelight
|
/obj/item/weapon/reagent_containers/food/snacks/monkeysdelight
|
||||||
name = "Monkie's Delight"
|
name = "monkey's Delight"
|
||||||
desc = "Eeee Eee!"
|
desc = "Eeee Eee!"
|
||||||
icon_state = "monkiesdelight"
|
icon_state = "monkeysdelight"
|
||||||
trash = "tray"
|
trash = "tray"
|
||||||
New()
|
New()
|
||||||
..()
|
..()
|
||||||
|
|||||||
@@ -703,14 +703,14 @@
|
|||||||
)
|
)
|
||||||
result = /obj/item/weapon/reagent_containers/food/snacks/sliceable/creamcheesebread
|
result = /obj/item/weapon/reagent_containers/food/snacks/sliceable/creamcheesebread
|
||||||
|
|
||||||
/datum/recipe/monkiesdelight
|
/datum/recipe/monkeysdelight
|
||||||
reagents = list("sodiumchloride" = 1, "blackpepper" = 1)
|
reagents = list("sodiumchloride" = 1, "blackpepper" = 1)
|
||||||
items = list(
|
items = list(
|
||||||
/obj/item/weapon/reagent_containers/food/snacks/monkeycube,
|
/obj/item/weapon/reagent_containers/food/snacks/monkeycube,
|
||||||
/obj/item/weapon/reagent_containers/food/snacks/grown/banana,
|
/obj/item/weapon/reagent_containers/food/snacks/grown/banana,
|
||||||
/obj/item/weapon/reagent_containers/food/snacks/flour,
|
/obj/item/weapon/reagent_containers/food/snacks/flour,
|
||||||
)
|
)
|
||||||
result = /obj/item/weapon/reagent_containers/food/snacks/monkiesdelight
|
result = /obj/item/weapon/reagent_containers/food/snacks/monkeysdelight
|
||||||
|
|
||||||
/datum/recipe/baguette
|
/datum/recipe/baguette
|
||||||
reagents = list("sodiumchloride" = 1, "blackpepper" = 1)
|
reagents = list("sodiumchloride" = 1, "blackpepper" = 1)
|
||||||
|
|||||||
@@ -158,7 +158,7 @@
|
|||||||
if (prob(7))
|
if (prob(7))
|
||||||
switch(pick(1,2,3))
|
switch(pick(1,2,3))
|
||||||
if(1)
|
if(1)
|
||||||
say(pick("IM A PONY NEEEEEEIIIIIIIIIGH", "without oxigen blob don't evoluate?", "CAPTAINS A COMDOM", "[pick("", "that faggot traitor")] [pick("joerge", "george", "gorge", "gdoruge")] [pick("mellens", "melons", "mwrlins")] is grifing me HAL;P!!!", "can u give me [pick("telikesis","halk","eppilapse")]?", "THe saiyans screwed", "Bi is THE BEST OF BOTH WORLDS>", "I WANNA PET TEH MONKIES", "stop grifing me!!!!", "SOTP IT#"))
|
say(pick("IM A PONY NEEEEEEIIIIIIIIIGH", "without oxigen blob don't evoluate?", "CAPTAINS A COMDOM", "[pick("", "that faggot traitor")] [pick("joerge", "george", "gorge", "gdoruge")] [pick("mellens", "melons", "mwrlins")] is grifing me HAL;P!!!", "can u give me [pick("telikesis","halk","eppilapse")]?", "THe saiyans screwed", "Bi is THE BEST OF BOTH WORLDS>", "I WANNA PET TEH monkeyS", "stop grifing me!!!!", "SOTP IT#"))
|
||||||
if(2)
|
if(2)
|
||||||
say(pick("fucking 4rries!", "stat me", ">my face", "roll it easy!", "waaaaaagh!!!", "red wonz go fasta", "FOR TEH EMPRAH", "lol2cat", "dem dwarfs man, dem dwarfs", "SPESS MAHREENS", "hwee did eet fhor khayosss", "lifelike texture ;_;", "luv can bloooom"))
|
say(pick("fucking 4rries!", "stat me", ">my face", "roll it easy!", "waaaaaagh!!!", "red wonz go fasta", "FOR TEH EMPRAH", "lol2cat", "dem dwarfs man, dem dwarfs", "SPESS MAHREENS", "hwee did eet fhor khayosss", "lifelike texture ;_;", "luv can bloooom"))
|
||||||
if(3)
|
if(3)
|
||||||
|
|||||||
@@ -171,7 +171,7 @@
|
|||||||
<BR><b>Possible Cure:</b> None
|
<BR><b>Possible Cure:</b> None
|
||||||
<BR><b>Affected Species:</b> Monkey
|
<BR><b>Affected Species:</b> Monkey
|
||||||
<BR>
|
<BR>
|
||||||
<BR><b>Notes:</b> Monkies with this disease will bite humans, causing humans to spontaneously to mutate into a monkey.
|
<BR><b>Notes:</b> monkeys with this disease will bite humans, causing humans to spontaneously to mutate into a monkey.
|
||||||
<BR>
|
<BR>
|
||||||
<BR><b>Severity:</b> Medium"}
|
<BR><b>Severity:</b> Medium"}
|
||||||
if("ca")
|
if("ca")
|
||||||
|
|||||||
Reference in New Issue
Block a user