Refactors Shards, Improved Light Replacer, Adds Plasmaspear

This commit is contained in:
Fox McCloud
2019-09-10 03:08:44 -04:00
parent 716760e796
commit 40428e47d9
9 changed files with 200 additions and 186 deletions
+1 -4
View File
@@ -303,10 +303,7 @@
//Light replacer code
if(istype(W, /obj/item/lightreplacer))
var/obj/item/lightreplacer/LR = W
if(isliving(user))
var/mob/living/U = user
LR.ReplaceLight(src, U)
return
LR.ReplaceLight(src, user)
// attempt to insert light
if(istype(W, /obj/item/light))