Readjusts Wand of Death for pure bugfix

This commit is contained in:
TullyBurnalot
2017-01-07 01:06:47 +00:00
parent 614277feed
commit 69ff538a02
2 changed files with 3 additions and 8 deletions
+1 -2
View File
@@ -67,8 +67,7 @@
var/message ="<span class='warning'>You irradiate yourself with pure energy! "
message += pick("Do not pass go. Do not collect 200 zorkmids.</span>","You feel more confident in your spell casting skills.</span>","You Die...</span>","Do you want your possessions identified?</span>")
to_chat(user, message)
user.gib()
visible_message("<span class='danger'>[user] has paid the ultimate price for innapropriate wand discipline!")
user.adjustBruteLoss(3000)
charges--
..()