Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8df57c9

Browse filesBrowse files
authored
Fixes ghosts being able to manipulate machine boards (yogstation13#11250)
* It's like racism but for dead people * Requested change
1 parent a82f6d3 commit 8df57c9
Copy full SHA for 8df57c9

1 file changed

+2Lines changed: 2 additions & 0 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎code/game/machinery/constructable_frame.dm‎

Copy file name to clipboardExpand all lines: code/game/machinery/constructable_frame.dm
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@
7272
return amt
7373

7474
/obj/structure/frame/machine/attackby(obj/item/P, mob/user, params)
75+
if(!istype(user, /mob/living))
76+
return
7577
switch(state)
7678
if(1)
7779
if(istype(P, /obj/item/circuitboard/machine))

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.