Remove eroneous code; click catcher define; bygex path fix

This commit is contained in:
Bjorn Neergaard
2016-02-02 17:46:07 -06:00
parent ef19e7904f
commit a5f09e103e
6 changed files with 4 additions and 4 deletions
@@ -135,7 +135,6 @@
src.take_organ_damage(20)
if(2)
src.take_organ_damage(10)
Stun(3)
src << "<span class='userdanger'>*BZZZT*</span>"
src << "<span class='danger'>Warning: Electromagnetic pulse detected.</span>"
flash_eyes(affect_silicon = 1)
-1
View File
@@ -246,7 +246,6 @@
// Generate the JSON.
var/json = json_encode(json_data)
//var/json = JSON.stringify(json_data)
// Strip #255/improper.
json = replacetext(json, "\improper", "")
json = replacetext(json, "\proper", "")