Skip to content

Commit

Permalink
Merge pull request #665 from lizardqueenlexi/five-hour-rule
Browse files Browse the repository at this point in the history
Things on the floor will never infect you.
  • Loading branch information
Profakos authored Jul 21, 2023
2 parents 95df53a + e041216 commit ffdd406
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/datums/components/food/germ_sensitive.dm
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ GLOBAL_LIST_INIT(floor_diseases, list(
return

// Exposed to bacteria, start countdown until becoming infected
timer_id = addtimer(CALLBACK(src, PROC_REF(expose_to_germs)), GERM_EXPOSURE_DELAY, TIMER_STOPPABLE | TIMER_UNIQUE)
//timer_id = addtimer(CALLBACK(src, PROC_REF(expose_to_germs)), GERM_EXPOSURE_DELAY, TIMER_STOPPABLE | TIMER_UNIQUE) //ORBSTATION REMOVAL

/datum/component/germ_sensitive/proc/picked_up()
SIGNAL_HANDLER
Expand Down
2 changes: 1 addition & 1 deletion tools/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ bidict==0.22.0
Pillow==9.3.0

# changelogs
PyYaml==5.4
PyYaml==6.0.1
beautifulsoup4==4.9.3

# ezdb
Expand Down

0 comments on commit ffdd406

Please sign in to comment.