Seperated ID and PDA slots

This commit is contained in:
ZomgPonies
2013-11-01 13:28:58 -04:00
parent 4630518535
commit 00b101d7f2
29 changed files with 123 additions and 45 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
density = 1
var/health = 100
var/delay = 4 //Move delay to simulate a speed
var/delay = 3 //Move delay to simulate a speed
var/allowMove = 1
var/datum/global_iterator/space_move //Handling space movement (i.e. drift forever)
@@ -269,6 +269,7 @@
/obj/structure/table/attack_alien(mob/user)
visible_message("<span class='danger'>[user] slices [src] apart!</span>")
destroy()
/obj/structure/table/attack_animal(mob/living/simple_animal/user)
if(user.wall_smash)
@@ -416,6 +417,8 @@
if (issilicon(usr))
usr << "<span class='notice'>You need hands for this.</span>"
return
if (isobserver(usr))
usr << "<span class='notice'>No haunting outside halloween.</span>n"
if(!flip(get_cardinal_dir(usr,src)))
usr << "<span class='notice'>It won't budge.</span>"
else