mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 02:24:11 +01:00
Seperated ID and PDA slots
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user