Cryo icon state and Wizard tweaks (#975)

* tweaks

* typing habits are bad.

* Update spellbook.dm

* Update rod_form.dm
This commit is contained in:
Poojawa
2017-05-17 23:36:50 -05:00
committed by GitHub
parent 806980cf01
commit 3dbbdc4476
3 changed files with 26 additions and 22 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
clothes_req = 1
human_req = 0
charge_max = 250
cooldown_min = 100
cooldown_min = 200
range = -1
include_user = 1
invocation = "CLANG!"
@@ -14,10 +14,10 @@
var/shapeshift_type
var/list/current_shapes = list()
var/list/current_casters = list()
var/list/possible_shapes = list(/mob/living/simple_animal/mouse,\
/mob/living/simple_animal/pet/dog/corgi,\
/mob/living/simple_animal/hostile/carp/ranged/chaos,\
/mob/living/simple_animal/bot/ed209,\
var/list/possible_shapes = list(/mob/living/simple_animal/mouse,
/mob/living/simple_animal/pet/dog/corgi,
/mob/living/simple_animal/hostile/carp/ranged/chaos,
// /mob/living/simple_animal/bot/ed209,
/mob/living/simple_animal/hostile/construct/armored)
/obj/effect/proc_holder/spell/targeted/shapeshift/cast(list/targets,mob/user = usr)