mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Merge pull request #6099 from Heroman3003/fcookie-runtime-fix
Fixes fortune cookie recipe runtime
This commit is contained in:
@@ -457,6 +457,8 @@ I said no!
|
||||
. = ..()
|
||||
if (.)
|
||||
var/obj/item/weapon/paper/paper = locate() in container
|
||||
if (!paper)
|
||||
return 0
|
||||
if (!paper.info)
|
||||
return 0
|
||||
return .
|
||||
|
||||
Reference in New Issue
Block a user