Skip to content

Commit

Permalink
REEEEEEEEEEEE
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSuckerberg committed Sep 13, 2023
1 parent b762307 commit 123a800
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/atoms.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1650,15 +1650,15 @@
/*
* Used to set something as 'open' if it's being used as a supplypod
*
* Override this if you want an atom to be usable as a supplypod.
* Override this if you want an atom to be usable as a supplypod.
*/
/atom/proc/setOpened()
return

/*
* Used to set something as 'closed' if it's being used as a supplypod
*
* Override this if you want an atom to be usable as a supplypod.
* Override this if you want an atom to be usable as a supplypod.
*/
/atom/proc/setClosed()
return

0 comments on commit 123a800

Please sign in to comment.