mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
Merge pull request #13117 from AnturK/wheresthedom
Adds Dominators to PoI list
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
/obj/machinery/dominator/New()
|
||||
..()
|
||||
SetLuminosity(2)
|
||||
poi_list |= src
|
||||
|
||||
/obj/machinery/dominator/examine(mob/user)
|
||||
..()
|
||||
@@ -109,6 +110,7 @@
|
||||
/obj/machinery/dominator/Destroy()
|
||||
if(operating != -1)
|
||||
set_broken()
|
||||
poi_list.Remove(src)
|
||||
return ..()
|
||||
|
||||
/obj/machinery/dominator/emp_act(severity)
|
||||
|
||||
Reference in New Issue
Block a user