mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-24 13:48:02 +01:00
makes several stuffs better
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
/obj/item/airlock_painter/decal/proc/check_menu(mob/living/user)
|
||||
if(!istype(user))
|
||||
return FALSE
|
||||
|
||||
@@ -35,9 +35,9 @@
|
||||
var/mob/living/silicon/robot/user // needed for process()
|
||||
var/animation_playing = FALSE
|
||||
var/list/borgmodels = list(
|
||||
"(Standard) Default",
|
||||
"(Standard) Default",
|
||||
"(Standard) Heavy",
|
||||
"(Standard) Sleek",
|
||||
"(Standard) Sleek",
|
||||
"(Standard) Marina",
|
||||
"(Standard) Robot",
|
||||
"(Standard) Eyebot",
|
||||
@@ -107,8 +107,8 @@
|
||||
return TRUE
|
||||
|
||||
/obj/item/borg_shapeshifter/attack_self(mob/living/silicon/robot/user)
|
||||
if (user && user.cell && user.cell.charge > activationCost)
|
||||
if (isturf(user.loc))
|
||||
if(user && user.cell && user.cell.charge > activationCost)
|
||||
if(isturf(user.loc))
|
||||
toggle(user)
|
||||
else
|
||||
to_chat(user, "<span class='warning'>You can't use [src] while inside something!</span>")
|
||||
|
||||
Reference in New Issue
Block a user