Testing an upgraded changeling neurotoxin dart, works like a ranged sleepypen. This will get changed back quickly if it turns out to be ridiculously overpowered. Also, changed 'sythe-like arm' to 'scythe-like arm'.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@245 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
musketstgstation@gmail.com
2010-10-05 00:13:00 +00:00
parent ffc662e1a1
commit 6cc0c0a43e
2 changed files with 11 additions and 1 deletions
@@ -334,9 +334,19 @@
usr << "\blue We stealthily sting [T]."
T << "You feel a small prick and a burning sensation."
/* These are the normal sting, commented out for testing upgraded sting
T.reagents.add_reagent("toxin", 10)
T.reagents.add_reagent("stoxin", 20)
*/
// These reagents are copied from the sleepy-pen, testing for the changeling super-sting bio upgrade
T.reagents.add_reagent("stoxin", 100)
T.reagents.add_reagent("impedrezene", 100)
T.reagents.add_reagent("cryptobiolin", 100)
usr.verbs -= /client/proc/changeling_neurotoxic_sting
spawn(600)
@@ -1312,7 +1312,7 @@
if (M.a_intent == "help")
for(var/mob/O in viewers(src, null))
O.show_message(text("\blue [M] caresses [src] with its sythe like arm."), 1)
O.show_message(text("\blue [M] caresses [src] with its scythe like arm."), 1)
else
//This will be changed to skin, where we can skin a dead human corpse
if (M.a_intent == "grab")