The wizard's teleport scroll now only works if the wizard actually has it. Fixes issue 997.

I've also moved the teleport scroll define from defines/obj/weapon.dm into scrolls.dm

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4846 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
johnsonmt88@gmail.com
2012-10-11 23:07:34 +00:00
parent 5eba2eda1d
commit e3b3ff836b
2 changed files with 14 additions and 14 deletions
-13
View File
@@ -1122,19 +1122,6 @@
icon_state = "wood_tableparts"
flags = null
/obj/item/weapon/teleportation_scroll
name = "scroll of teleportation"
desc = "A scroll for moving around."
icon = 'icons/obj/wizard.dmi'
icon_state = "scroll"
var/uses = 4.0
flags = FPRINT | TABLEPASS
w_class = 2.0
item_state = "paper"
throw_speed = 4
throw_range = 20
origin_tech = "bluespace=4"
/obj/item/weapon/wire
desc = "This is just a simple piece of regular insulated wire."
name = "wire"