Refactor and clean up code

This commit is contained in:
ZomgPonies
2015-05-06 19:14:22 -04:00
parent 9c011f5b25
commit cd17fa4fb4
3 changed files with 31 additions and 38 deletions
+1 -3
View File
@@ -39,9 +39,7 @@
var/mob/living/carbon/human/M = user
var/datum/superheroes/S = all_superheroes[wish]
if(S)
S.assign_genes(M)
S.assign_spells(M)
S.equip(M)
S.create(M)
//Remove the wishgranter or teleport it randomly on the station
if(!types.len)