Recommitting a ton of files as one commit due to needing to reset this repo to an earlier point in the log. Full changes in PR.

This commit is contained in:
Zuhayr
2014-01-28 15:59:50 +10:30
parent ae7ae5a837
commit c0b91504b4
10 changed files with 191 additions and 30 deletions

View File

@@ -165,7 +165,7 @@ Implant Specifics:<BR>"}
message_admins("Explosive implant triggered in [T] ([T.key]). (<A HREF='?_src_=holder;adminplayerobservecoodjump=1;X=[T.x];Y=[T.y];Z=[T.z]'>JMP</a>) ")
log_game("Explosive implant triggered in [T] ([T.key]).")
need_gib = 1
if(ishuman(imp_in))
if (elevel == "Localized Limb")
if(part) //For some reason, small_boom() didn't work. So have this bit of working copypaste.
@@ -194,7 +194,7 @@ Implant Specifics:<BR>"}
if(need_gib)
imp_in.gib()
var/turf/t = get_turf(imp_in)
if(t)
@@ -501,3 +501,4 @@ the implant may become unstable and either pre-maturely inject the subject or si
/obj/item/weapon/implant/cortical
name = "cortical stack"
desc = "A fist-sized mass of biocircuits and chips."
icon_state = "implant_evil"