mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
Converts most istype(thing,tool) procs into an appropriate thing.is_tool() format
This commit is contained in:
@@ -126,7 +126,7 @@
|
||||
|
||||
/obj/machinery/recharge_station/examine(mob/user)
|
||||
..(user)
|
||||
user << "The charge meter reads: [round(chargepercentage())]%"
|
||||
to_chat(user, "The charge meter reads: [round(chargepercentage())]%")
|
||||
|
||||
/obj/machinery/recharge_station/proc/chargepercentage()
|
||||
if(!cell)
|
||||
@@ -292,7 +292,7 @@
|
||||
|
||||
if(usr.incapacitated() || !isliving(usr))
|
||||
return
|
||||
|
||||
|
||||
go_in(usr)
|
||||
|
||||
/obj/machinery/recharge_station/ghost_pod_recharger
|
||||
|
||||
Reference in New Issue
Block a user